1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/builds-configmap-create.adoc
2020-09-17 14:57:20 -04:00

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