From c6c4e43713350e69fde923319a7188dcc6cd42de Mon Sep 17 00:00:00 2001 From: RealAnna <89971034+RealAnna@users.noreply.github.com> Date: Mon, 8 Jan 2024 11:27:51 +0100 Subject: [PATCH] Update _helpers.tpl to remove annotations: (#115) Signed-off-by: RealAnna <89971034+RealAnna@users.noreply.github.com> --- charts/common/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/common/templates/_helpers.tpl b/charts/common/templates/_helpers.tpl index a66620a..01a1528 100644 --- a/charts/common/templates/_helpers.tpl +++ b/charts/common/templates/_helpers.tpl @@ -71,6 +71,6 @@ Create the name of the service account to use {{- define "common.annotations" -}} {{- if or .context.Values.annotations .context.Values.global.commonAnnotations }} {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .context.Values.annotations .context.Values.global.commonAnnotations ) "context" .context ) }} - annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" .context) | nindent 4 }} + {{- include "common.tplvalues.render" ( dict "value" $annotations "context" .context) | nindent 4 }} {{- end }} {{- end }}