3
0
mirror of https://github.com/mastodon/chart synced 2025-03-15 21:41:50 +00:00
mastodon-chart-mirror/templates/secret-prepare.yml
2025-03-04 07:21:46 -08:00

5 lines
239 B
YAML

# Does not work with included database because of helm install order.
{{- if and (include "mastodon.createSecret" .) (not .Values.postgresql.enabled) -}}
{{- include "mastodon.secrets.object" (merge (dict "prepare" true ) .) }}
{{- end }}