fix: autosync atlantis resrouces

This commit is contained in:
2024-02-10 13:03:44 +01:00
parent b2c55e76db
commit 8d8f30462b
2 changed files with 5 additions and 1 deletions
@@ -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
+3 -1
View File
@@ -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