Skip to content

Commit

Permalink
Merge pull request #77 from praveendhac/master
Browse files Browse the repository at this point in the history
pods will pick configmap changes immediately
  • Loading branch information
nickmintel authored Dec 10, 2018
2 parents 15df293 + c7d4bbb commit 2a1eab0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/dex-k8s-authenticator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ spec:
app: {{ template "dex-k8s-authenticator.name" . }}
env: {{ default "dev" .Values.global.deployEnv }}
release: {{ .Release.Name }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
containers:
- name: {{ .Chart.Name }}
Expand Down
2 changes: 2 additions & 0 deletions charts/dex/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ spec:
app: {{ template "dex.name" . }}
env: {{ default "dev" .Values.global.deployEnv }}
release: {{ .Release.Name }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
volumes:
- name: config
Expand Down

0 comments on commit 2a1eab0

Please sign in to comment.