fix: autosync atlantis resrouces
This commit is contained in:
@@ -7,6 +7,8 @@ spec:
|
|||||||
project: atlantis
|
project: atlantis
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
|
syncPolicy:
|
||||||
|
automated: {}
|
||||||
source:
|
source:
|
||||||
repoURL: https://gitlab.com/oceanbox/manifests.git
|
repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetRevision: dev
|
targetRevision: dev
|
||||||
|
|||||||
@@ -16,8 +16,10 @@ spec:
|
|||||||
name: '{{ env }}-atlantis-resources'
|
name: '{{ env }}-atlantis-resources'
|
||||||
spec:
|
spec:
|
||||||
project: atlantis
|
project: atlantis
|
||||||
|
syncPolicy:
|
||||||
|
automated: {}
|
||||||
destination:
|
destination:
|
||||||
server: {{ cluster }}
|
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