fix: autosync atlantis resrouces
This commit is contained in:
@@ -7,6 +7,8 @@ spec:
|
||||
project: atlantis
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
source:
|
||||
repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||
targetRevision: dev
|
||||
|
||||
@@ -16,8 +16,10 @@ spec:
|
||||
name: '{{ env }}-atlantis-resources'
|
||||
spec:
|
||||
project: atlantis
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
destination:
|
||||
server: {{ cluster }}
|
||||
server: '{{ cluster }}'
|
||||
namespace: atlantis
|
||||
sources:
|
||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||
|
||||
Reference in New Issue
Block a user