mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
386 B
Plaintext
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]
|
|
----
|