mirror of
https://github.com/mastodon/chart
synced 2025-03-14 21:11:50 +00:00
Fix some helm typos (comments interfering with manifests) (#172)
This commit is contained in:
parent
ac8cd229d8
commit
8ea5eadf99
|
@ -1,4 +1,3 @@
|
|||
# Does not work with included database because of helm install order.
|
||||
{{- if not .Values.postgresql.enabled }}
|
||||
{{- include "mastodon.dbMigrateJob" (merge (dict "prepare" true ) .) }}
|
||||
{{- end }}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# 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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user