Allow annotations on ui dev service
This commit is contained in:
parent
9dd6bad741
commit
d696408fae
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ Sets extra pod annotations
|
||||||
Sets extra ui service annotations
|
Sets extra ui service annotations
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "vault.ui.annotations" -}}
|
{{- define "vault.ui.annotations" -}}
|
||||||
{{- if and (ne .mode "dev") .Values.ui.annotations }}
|
{{- if .Values.ui.annotations }}
|
||||||
annotations:
|
annotations:
|
||||||
{{- toYaml .Values.ui.annotations | nindent 4 }}
|
{{- toYaml .Values.ui.annotations | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue