From 80f9fbdbd3530a9b6d2a62c9ab8fce364741dc8d Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:37:19 -0500 Subject: [PATCH] Update _helpers.tpl --- chart/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index 2fa1df7..fe1b144 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -86,7 +86,7 @@ Get the fediblockhole secret. Return true if a fediblockhole secret object should be created */}} {{- define "fediblockhole.createSecret" -}} -{{- if (not .Values.mastodon.secrets.existingSecret) -}} +{{- if (not .Values.fediblockhole.secrets.existingSecret) -}} {{- true -}} {{- end -}} {{- end -}}