Update _helpers.tpl
This commit is contained in:
parent
976a60cef1
commit
80f9fbdbd3
|
@ -86,7 +86,7 @@ Get the fediblockhole secret.
|
||||||
Return true if a fediblockhole secret object should be created
|
Return true if a fediblockhole secret object should be created
|
||||||
*/}}
|
*/}}
|
||||||
{{- define "fediblockhole.createSecret" -}}
|
{{- define "fediblockhole.createSecret" -}}
|
||||||
{{- if (not .Values.mastodon.secrets.existingSecret) -}}
|
{{- if (not .Values.fediblockhole.secrets.existingSecret) -}}
|
||||||
{{- true -}}
|
{{- true -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in New Issue