Skip to content

Commit

Permalink
Update templates/_helpers.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
  • Loading branch information
swenson and tomhjp authored Mar 11, 2024
1 parent f77fc3c commit fc5721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ Sets extra pod annotations
{{- define "vault.annotations" }}
annotations:
{{- if .Values.server.configAnnotation }}
vaultproject.io/config-checksum: {{ include "vault.config" . | sha256sum }}
vault.hashicorp.com/config-checksum: {{ include "vault.config" . | sha256sum }}
{{- end }}
{{- if .Values.server.annotations }}
{{- $tp := typeOf .Values.server.annotations }}
Expand Down

0 comments on commit fc5721d

Please sign in to comment.