mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
18 lines
348 B
Plaintext
18 lines
348 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * builds/setting-up-trusted-ca
|
|
|
|
[id="configmap-create_{context}"]
|
|
= Creating a ConfigMap
|
|
|
|
You can use the following command to create a ConfigMap from
|
|
directories, specific files, or literal values.
|
|
|
|
.Procedure
|
|
|
|
* Create a ConfigMap:
|
|
|
|
----
|
|
$ oc create configmap <configmap_name> [options]
|
|
----
|