Skip to content

Commit

Permalink
Fix annotations yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
databus23 committed Jan 22, 2020
1 parent 08c053c commit cbf9d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kube-master/templates/dex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
labels:
app: {{ include "master.fullname" . }}-dex
release: {{ .Release.Name }}
annotations:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/dex-configmap.yaml") . | sha256sum }}
spec:
initContainers:
Expand Down Expand Up @@ -166,4 +166,4 @@ spec:
- hosts:
- {{ include "dex.url" . }}
secretName: {{ required "dex.ingressSecret undefined" .Values.dex.ingressSecret }}
{{ end }}
{{ end }}

0 comments on commit cbf9d13

Please sign in to comment.