Skip to content

Instantly share code, notes, and snippets.

@felixhummel
Last active July 29, 2019 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felixhummel/eca485d560ec023d01e8308bd7e0b6c8 to your computer and use it in GitHub Desktop.
Save felixhummel/eca485d560ec023d01e8308bd7e0b6c8 to your computer and use it in GitHub Desktop.
kubectl ConfigMap and Deployment

Problem

ConfigMap changes do not result in deployment changes (which makes sense generally)

Solution

If you change the configuration of your app, then you want the Deployment to restart your pods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment