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 -}}