3
0
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:
Tim Campbell 2025-03-04 22:33:26 +01:00 committed by GitHub
parent ac8cd229d8
commit 8ea5eadf99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}