Update _helpers.tpl

This commit is contained in:
cunningpike 2023-01-23 10:37:19 -05:00 committed by GitHub
parent 976a60cef1
commit 80f9fbdbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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