Skip to content

Commit 2dc7ba0

Browse files
authored
Adding reference how to do configmap changes
In reference to https://stackoverflow.com/questions/54571185/how-to-patch-a-configmap-in-kubernetes adding a note on how to modify configmaps in a deployment.
1 parent a8b640b commit 2dc7ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,6 @@ to the deleted ConfigMap, it is recommended to recreate these pods.
279279

280280
* Read about [Secrets](/docs/concepts/configuration/secret/).
281281
* Read [Configure a Pod to Use a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/).
282+
* Read about [changing a ConfigMap (or any other Kubernetes object)] (/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/)
282283
* Read [The Twelve-Factor App](https://12factor.net/) to understand the motivation for
283284
separating code from configuration.

0 commit comments

Comments
 (0)