diff --git a/charts/pyrometer/templates/deployment.yaml b/charts/pyrometer/templates/deployment.yaml index 40b2e8914..c54076b1c 100644 --- a/charts/pyrometer/templates/deployment.yaml +++ b/charts/pyrometer/templates/deployment.yaml @@ -16,6 +16,8 @@ spec: # https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} spec: + strategy: + type: Recreate securityContext: fsGroup: 1000 containers: