Remove misleading documentation about config generation

ConfigMap are not garbage collected, see #3146
This commit is contained in:
Max Gautier
2024-06-13 11:03:11 +02:00
parent cc9dd34216
commit 05339dafe5

View File

@@ -113,9 +113,7 @@ configuration is to
the appropriate `configMapKeyRef` field. the appropriate `configMapKeyRef` field.
This latter change initiates rolling update to the pods This latter change initiates rolling update to the pods
in the deployment. The older ConfigMap, when no longer in the deployment.
referenced by any other resource, is eventually [garbage
collected](/../../issues/242).
### How this works with kustomize ### How this works with kustomize