From fc5721ddd858f026962ee98ee1a9e8781d871a14 Mon Sep 17 00:00:00 2001 From: Christopher Swenson Date: Mon, 11 Mar 2024 14:18:04 -0700 Subject: [PATCH] Update templates/_helpers.tpl Co-authored-by: Tom Proctor --- templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 99dee980b..de0c95f3a 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -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 }}