diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 213bcaa..650cea7 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -253,7 +253,7 @@ Sets extra pod annotations Sets extra ui service annotations */}} {{- define "vault.ui.annotations" -}} - {{- if and (ne .mode "dev") .Values.ui.annotations }} + {{- if .Values.ui.annotations }} annotations: {{- toYaml .Values.ui.annotations | nindent 4 }} {{- end }}