apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: vault namespace: argocd annotations: argocd.argoproj.io/sync-wave: "20" finalizers: - resources-finalizer.argocd.argoproj.io spec: project: infrastructure sources: - repoURL: https://helm.releases.hashicorp.com chart: vault targetRevision: 0.32.0 helm: valueFiles: - $values/infrastructure/vault/values.yaml - repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git targetRevision: main ref: values - repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git targetRevision: main path: infrastructure/vault/manifests destination: server: https://kubernetes.default.svc namespace: vault syncPolicy: automated: prune: true selfHeal: true managedNamespaceMetadata: labels: pod-security.kubernetes.io/enforce: privileged syncOptions: - CreateNamespace=true - ServerSideApply=true - ServerSideDiff=true - RespectIgnoreDifferences=true