- Home
- All questions
- Question 102
CKA study material · question 102 of 1000
A Deployment references a ConfigMap built by configMapGenerator. Why does editing the source file trigger a rollout? Choose two.
Show the answer
Answer: C. The generated ConfigMap gets a content-based name suffix
B. Kustomize rewrites references to the generated name
A changed file produces a new generated name and the reference is rewritten, so the Deployment rolls out.
Source: Declarative Management of Kubernetes Objects Using Kustomize (Kubernetes) — configMapGenerator