Skip to content

Commit f0abbf1

Browse files
authored
Update configMapsNotes
1 parent 299f56d commit f0abbf1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Kubernetese/configMaps/configMapsNotes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ spec:
4343
# cd /etc/config
4444

4545
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

Comments
 (0)