diff --git a/manifests/apps/infra-app-of-apps/argocd.yaml b/manifests/apps/infra-app-of-apps/argocd.yaml new file mode 100644 index 0000000..36d7776 --- /dev/null +++ b/manifests/apps/infra-app-of-apps/argocd.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: argocd + namespace: argocd +spec: + destination: + namespace: argocd + server: https://kubernetes.default.svc + project: infra + source: + path: manifests/kustomize/argocd + repoURL: https://gitlab.wikimedia.org/martynranyard/cloud-dev-cluster.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true