1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/builds-configmap-create-from-console.adoc
2020-09-17 10:53:57 -04:00

31 lines
759 B
Plaintext

// Module included in the following assemblies:
//
//* builds/builds-configmaps.adoc
[id="builds-configmap-create-from-console_{context}"]
= Creating a ConfigMap in the {product-title} web console
You can create a ConfigMap in the {product-title} web console.
.Procedure
* To create a ConfigMap as a cluster administrator:
+
. In the Administrator perspective, select `Workloads` -> `Config Maps`.
+
. At the top right side of the page, select *Create Config Map*.
+
. Enter the contents of your ConfigMap.
+
. Select *Create*.
* To create a ConfigMap as a developer:
+
. In the Developer perspective, select `Config Maps`.
+
. At the top right side of the page, select *Create Config Map*.
+
. Enter the contents of your ConfigMap.
+
. Select *Create*.