From e2661ac9fd10fd05184c43f5e60c19b88805ffd1 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 23 Jun 2025 11:00:02 +0200 Subject: [PATCH] fix: fix faulty conditions (was nginx) --- helmfile.d/dapr.yaml.gotmpl | 2 +- helmfile.d/headscale.yaml.gotmpl | 2 +- helmfile.d/plausible.yaml.gotmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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