apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: vault namespace: openshift-gitops spec: project: infrastructure destination: server: https://kubernetes.default.svc namespace: vault source: repoURL: https://gitea.apilab.us/cscott/vault.git targetRevision: main path: . helm: valueFiles: - values.yaml syncPolicy: automated: prune: true selfHeal: true syncOptions: - ServerSideApply=false - CreateNamespace=true - ApplyOutOfSyncOnly=true - PruneLast=true