We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299f56d commit f0abbf1Copy full SHA for f0abbf1
Kubernetese/configMaps/configMapsNotes
@@ -43,3 +43,9 @@ spec:
43
# cd /etc/config
44
45
you will find the dev.properties file and configurations
46
+
47
+ Edit the configMAP
48
49
+ kubectl edit configmap -n <namespace> <configMapName> -o yaml
50
51
+This opens up a vim editor with the configmap in yaml format. Now simply edit it and save it.
0 commit comments