From 8ea5eadf9985837652c18d11a0f4f19ce9f4e0ca Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Tue, 4 Mar 2025 22:33:26 +0100 Subject: [PATCH] Fix some helm typos (comments interfering with manifests) (#172) --- templates/job-db-prepare.yaml | 1 - templates/secret-prepare.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/job-db-prepare.yaml b/templates/job-db-prepare.yaml index 5f0b5ab..5e9a6a2 100644 --- a/templates/job-db-prepare.yaml +++ b/templates/job-db-prepare.yaml @@ -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 }} diff --git a/templates/secret-prepare.yml b/templates/secret-prepare.yml index 8cfac53..375f047 100644 --- a/templates/secret-prepare.yml +++ b/templates/secret-prepare.yml @@ -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 }}