1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/authentication-configmap-create.adoc
2020-12-17 19:34:37 -05:00

18 lines
386 B
Plaintext

// Module included in the following assemblies:
//
//* authentication/configmaps.adoc
[id="authentication-configmap-create_{context}"]
= Creating a config map
You can use the following command to create a config map from directories, specific files, or literal values.
.Procedure
* Create a config map:
+
[source,terminal]
----
$ oc create configmap <configmap_name> [options]
----