Skip to content

Commit

Permalink
helm: restart on change to environment variabels
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 14, 2020
1 parent a354c89 commit 0f30d4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/helm/templates/deployment.yaml
Expand Up @@ -11,10 +11,11 @@ spec:
{{- include "starboard-operator.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
checksum/secret: {{ .Values.envSecret.stringData | toYaml | sha256sum }}
{{- with .Values.podAnnotations }}
{{- . | toYaml | nindent 8 }}
{{- end }}
{{- end }}
labels:
{{- include "starboard-operator.selectorLabels" . | nindent 8 }}
spec:
Expand Down

0 comments on commit 0f30d4d

Please sign in to comment.