# Argo CD Application to deploy ECK (Elastic Cloud on Kubernetes) operator from Helm chart. # # Apply to Argo CD: # kubectl apply -f argo-application.yaml -n argocd-dev --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: ECK-operator-farmiso-stg namespace: argocd-dev finalizers: - resources-finalizer.argocd.argoproj.io labels: bu: infra team: devops env: stg cluster: k8s-farmiso-stg-ase1 spec: project: default source: repoURL: https://github.com/Meesho/devops-infra-helm-charts path: ECK-operator/eck-operator targetRevision: HEAD helm: valueFiles: - values.yaml destination: server: "" name: k8s-farmiso-stg-ase1 namespace: elastic-system syncPolicy: syncOptions: - CreateNamespace=true - ServerSideApply=true retry: limit: 5 backoff: duration: 5s factor: 2 maxDuration: 3m