You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you've previously installed MPS, and run helm upgrade after having changed some configuration, the ConfigMap is updated but the pods do not restart to take it into account.
If you've previously installed MPS, and run
helm upgrade
after having changed some configuration, theConfigMap
is updated but the pods do not restart to take it into account.This is usually due to a missing checksum:
https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
The text was updated successfully, but these errors were encountered: