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