diff --git a/applications/atlantis-host-resources.yaml b/applications/atlantis-host-resources.yaml index 576cf787..96552881 100644 --- a/applications/atlantis-host-resources.yaml +++ b/applications/atlantis-host-resources.yaml @@ -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 diff --git a/applications/atlantis-resources.yaml b/applications/atlantis-resources.yaml index 59880532..487a8129 100644 --- a/applications/atlantis-resources.yaml +++ b/applications/atlantis-resources.yaml @@ -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