From 747b54b1ec63d81b0b70e3f4c33f5ca5c481a747 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 21 Jun 2025 19:22:16 +0200 Subject: [PATCH] fix: fix atlantis release name --- helmfile.d/atlantis.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile.d/atlantis.yaml.gotmpl b/helmfile.d/atlantis.yaml.gotmpl index d59afe3b..0d1194de 100644 --- a/helmfile.d/atlantis.yaml.gotmpl +++ b/helmfile.d/atlantis.yaml.gotmpl @@ -12,7 +12,7 @@ apiVersions: - monitoring.coreos.com/v1 releases: -- name: atlantis +- name: {{ .Environment.Name }}-atlantis namespace: {{ .Environment.Name }}-atlantis chart: oceanbox/atlantis condition: atlantis.enabled