From 585682cadfc3a1e8ff02e0559694f7d1e4f3dc17 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 9 Feb 2024 18:59:55 +0100 Subject: [PATCH] fix: fix application set to use correct clusters --- applications/atlantis-host-resources.yaml | 1 - applications/atlantis-resources.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/atlantis-host-resources.yaml b/applications/atlantis-host-resources.yaml index 40eb822b..576cf787 100644 --- a/applications/atlantis-host-resources.yaml +++ b/applications/atlantis-host-resources.yaml @@ -7,7 +7,6 @@ spec: project: atlantis destination: server: https://kubernetes.default.svc - # namespace: source: repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: dev diff --git a/applications/atlantis-resources.yaml b/applications/atlantis-resources.yaml index 935a10de..59880532 100644 --- a/applications/atlantis-resources.yaml +++ b/applications/atlantis-resources.yaml @@ -17,7 +17,7 @@ spec: spec: project: atlantis destination: - server: https://kubernetes.default.svc + server: {{ cluster }} namespace: atlantis sources: - repoURL: https://gitlab.com/oceanbox/manifests.git