apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: vault namespace: argo-cd finalizers: - resources-finalizer.argocd.argoproj.io spec: destination: server: https://kubernetes.default.svc namespace: vault project: default ignoreDifferences: - group: admissionregistration.k8s.io kind: MutatingAdmissionWebhookConfiguration jsonPointers: - webhooks/0/clientConfig/caBundle source: chart: vault helm: values: | server.dataStorage.storageClass: longhorn ui: enabled: true serviceType: NodePort repoURL: https://helm.releases.hashicorp.com targetRevision: 0.23.0 syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true