diff --git a/helmfile.d/dapr.yaml.gotmpl b/helmfile.d/dapr.yaml.gotmpl index 5e703bf2..9e6d2aba 100644 --- a/helmfile.d/dapr.yaml.gotmpl +++ b/helmfile.d/dapr.yaml.gotmpl @@ -12,7 +12,7 @@ releases: - name: manifests namespace: dapr-system chart: manifests - condition: nginx.enabled + condition: dapr.enabled missingFileHandler: Info values: - ../values/env.yaml diff --git a/helmfile.d/headscale.yaml.gotmpl b/helmfile.d/headscale.yaml.gotmpl index 8270af37..3d6a32a5 100644 --- a/helmfile.d/headscale.yaml.gotmpl +++ b/helmfile.d/headscale.yaml.gotmpl @@ -12,7 +12,7 @@ releases: - name: manifests namespace: headscale-system chart: manifests - condition: nginx.enabled + condition: headscale.enabled missingFileHandler: Info values: - ../values/env.yaml diff --git a/helmfile.d/plausible.yaml.gotmpl b/helmfile.d/plausible.yaml.gotmpl index ac0f9813..7e809198 100644 --- a/helmfile.d/plausible.yaml.gotmpl +++ b/helmfile.d/plausible.yaml.gotmpl @@ -12,7 +12,7 @@ releases: - name: manifests namespace: plausible chart: manifests - condition: nginx.enabled + condition: plausible.enabled missingFileHandler: Info values: - ../values/env.yaml