mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
18 lines
373 B
Plaintext
18 lines
373 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
//* builds/builds-configmaps.adoc
|
|
|
|
[id="builds-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:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ oc create configmap <configmap_name> [options]
|
|
----
|