Skip to content

Commit

Permalink
Force rollout from a failing status
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed May 28, 2024
1 parent 4328ce6 commit 1eb0e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Charts/ioc-instance/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
is_ioc: "true"
spec:
replicas: 1
podManagementPolicy: Parallel # force rollout from a failing pod
selector:
matchLabels:
app: {{ .Release.Name }}
Expand All @@ -20,7 +21,7 @@ spec:
ioc_group: {{ .Values.ioc_group }}
is_ioc: "true"
annotations:
rollme: {{ randAlphaNum 5 | quote }} # force roll out
rollme: {{ randAlphaNum 5 | quote }} # force roll out for config changes
spec:
{{- if .Values.serviceAccountName }}
serviceAccountName: {{ .Values.serviceAccountName | quote }}
Expand Down

0 comments on commit 1eb0e33

Please sign in to comment.