From f40cc894677bcfbea957f5c687f6047c79218d30 Mon Sep 17 00:00:00 2001 From: Dawson Mortenson Date: Thu, 20 Aug 2020 10:45:36 -0700 Subject: [PATCH] allow server annotations with dev mode (#371) --- templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 15b144b..040e4c3 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -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" }}