From 7c2111d2891451549285550e8fc1056938d9736b Mon Sep 17 00:00:00 2001 From: Gerard Nguyen Date: Fri, 23 May 2025 09:43:40 +1000 Subject: [PATCH] fix helmfile parsing error for default env --- applications/wg-easy/helmfile.yaml.gotmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/wg-easy/helmfile.yaml.gotmpl b/applications/wg-easy/helmfile.yaml.gotmpl index 6c0017b..a822648 100644 --- a/applications/wg-easy/helmfile.yaml.gotmpl +++ b/applications/wg-easy/helmfile.yaml.gotmpl @@ -9,6 +9,8 @@ helmDefaults: environments: default: values: + - username: "test@example.com" + - password: '{{env "REPLICATED_LICENSE_ID"}}' - chartSources: certManager: ./charts/cert-manager certManagerIssuers: ./charts/cert-manager-issuers