Skip to content

Commit

Permalink
add checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Nov 22, 2024
1 parent 7fc1761 commit 33d1381
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ spec:
template:
metadata:
annotations:
{{- if .Values.authenticationConfig }}
checksum/configmap-authentication-config: {{ include (print $.Template.BasePath "/configmap-authentication-config.yaml") . | sha256sum }}
{{- end }}
checksum/secret-kube-aggregator-ca: {{ include (print $.Template.BasePath "/secret-kube-aggregator-ca.yaml") . | sha256sum }}
checksum/secret-kube-aggregator-client: {{ include (print $.Template.BasePath "/secret-kube-aggregator-client-tls.yaml") . | sha256sum }}
checksum/secret-kube-apiserver-ca: {{ include (print $.Template.BasePath "/secret-kube-apiserver-ca.yaml") . | sha256sum }}
Expand Down

0 comments on commit 33d1381

Please sign in to comment.