fix: fix application set to use correct clusters

This commit is contained in:
2024-02-09 18:59:55 +01:00
parent 3394c63535
commit 585682cadf
2 changed files with 1 additions and 2 deletions
@@ -7,7 +7,6 @@ spec:
project: atlantis project: atlantis
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
# namespace:
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: dev targetRevision: dev
+1 -1
View File
@@ -17,7 +17,7 @@ spec:
spec: spec:
project: atlantis project: atlantis
destination: destination:
server: https://kubernetes.default.svc server: {{ cluster }}
namespace: atlantis namespace: atlantis
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git