From b463e43b504a6914b3e5cf667fd2b6b4a74aa549 Mon Sep 17 00:00:00 2001 From: Nicolas Ochem Date: Sat, 2 Dec 2023 21:53:27 -0800 Subject: [PATCH] set pyrometer deployment strategy to "Recreate" to prevent issues in teztnets where pyrometer conflicts and does not restart. --- charts/pyrometer/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: