Skip to content

Commit b463e43

Browse files
committed
set pyrometer deployment strategy to "Recreate"
to prevent issues in teztnets where pyrometer conflicts and does not restart.
1 parent 03923a2 commit b463e43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/pyrometer/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
# https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
1717
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
1818
spec:
19+
strategy:
20+
type: Recreate
1921
securityContext:
2022
fsGroup: 1000
2123
containers:

0 commit comments

Comments
 (0)