Allow annotations on ui dev service

This commit is contained in:
Jason O'Donnell 2019-09-27 12:16:35 -04:00 committed by Jeff Malnick
parent 9dd6bad741
commit d696408fae

View file

@ -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 }}