Skip to content

Commit

Permalink
include configmap hash
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty committed Oct 17, 2018
1 parent de26aaa commit 58160c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/renku-notebooks/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ spec:
labels:
app: {{ template "notebooks.name" . }}
release: {{ .Release.Name }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
spec:
{{ if eq .Values.securityContext.enabled true }}
securityContext:
Expand Down

0 comments on commit 58160c6

Please sign in to comment.