From d696408fae1524979c82e9b9ae98a63d4f00fad7 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Fri, 27 Sep 2019 12:16:35 -0400 Subject: [PATCH] Allow annotations on ui dev service --- templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}