fix: fix application set to use correct clusters
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user