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