apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: caretta namespace: argocd spec: project: infra source: repoURL: 'https://git.dvirlabs.com/dvirlabs/infra.git' targetRevision: HEAD path: charts/caretta helm: valueFiles: - ../../manifests/caretta/values.yaml destination: server: https://kubernetes.default.svc namespace: caretta syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true