3
0
mirror of https://github.com/mastodon/chart synced 2025-03-14 21:11:50 +00:00
mastodon-chart-mirror/templates/secret-prepare.yml

4 lines
169 B
YAML
Raw Permalink Normal View History

{{- if and (include "mastodon.createSecret" .) (not .Values.postgresql.enabled) -}}
{{- include "mastodon.secrets.object" (merge (dict "prepare" true ) .) }}
{{- end }}