Skip to content

Commit

Permalink
Add checksum annotation (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
phillebaba authored Feb 25, 2021
1 parent 89af094 commit a10d3a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/azdo-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: azdo-proxy
description: A Helm chart for azdo-proxy
type: application
version: v0.3.4
appVersion: v0.3.4
version: v0.3.5
appVersion: v0.3.5
3 changes: 2 additions & 1 deletion charts/azdo-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ spec:
{{- include "azdo-proxy.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down

0 comments on commit a10d3a7

Please sign in to comment.