mirror of
https://github.com/mastodon/chart
synced 2025-03-15 13:31:51 +00:00
4 lines
169 B
YAML
4 lines
169 B
YAML
{{- if and (include "mastodon.createSecret" .) (not .Values.postgresql.enabled) -}}
|
|
{{- include "mastodon.secrets.object" (merge (dict "prepare" true ) .) }}
|
|
{{- end }}
|