Skip to content

Commit

Permalink
Merged patch from mintel#142
Browse files Browse the repository at this point in the history
  • Loading branch information
jengo committed Feb 12, 2021
1 parent 086fdf8 commit b59ccbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/dex-k8s-authenticator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ spec:
release: {{ .Release.Name }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- with .Values.annotations }}
{{ toYaml . | indent 8 }}
{{- end }}
spec:
containers:
- name: {{ .Chart.Name }}
Expand Down

0 comments on commit b59ccbc

Please sign in to comment.