1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/configmap-create.adoc
Kathryn Alexander 1d06060560 osdocs427 _context
2019-05-30 16:54:27 -04:00

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]
----