1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/configmap-create.adoc

18 lines
348 B
Plaintext
Raw Normal View History

// Module included in the following assemblies:
//
// * builds/setting-up-trusted-ca
2019-05-30 16:52:45 -04:00
[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]
----