mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
31 lines
759 B
Plaintext
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*.
|