diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 15b144b..040e4c3 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -269,7 +269,7 @@ Sets the injector node selector for pod placement Sets extra pod annotations */}} {{- define "vault.annotations" -}} - {{- if and (ne .mode "dev") .Values.server.annotations }} + {{- if .Values.server.annotations }} annotations: {{- $tp := typeOf .Values.server.annotations }} {{- if eq $tp "string" }}