allow server annotations with dev mode (#371)
This commit is contained in:
parent
986191117e
commit
f40cc89467
1 changed files with 1 additions and 1 deletions
|
@ -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" }}
|
||||
|
|
Loading…
Reference in a new issue