Skip to content

Commit

Permalink
Force pod restart on Helm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jkreutzfeld committed Nov 9, 2023
1 parent cc805b0 commit a36fad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/player/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ spec:
{{- include "player.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
timestamp: {{ now | quote }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down

0 comments on commit a36fad8

Please sign in to comment.