1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/configmap-create.adoc
Max Bridges b5fc467d1f add content types to untagged modules
OSDOCS-16694
2025-10-31 21:02:28 -04:00

19 lines
383 B
Plaintext

// Module included in the following assemblies:
//
// * builds/setting-up-trusted-ca
:_mod-docs-content-type: PROCEDURE
[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]
----