diff --git a/argocd/templates/vault.yaml b/argocd/templates/vault.yaml index 115c41a..ccff355 100644 --- a/argocd/templates/vault.yaml +++ b/argocd/templates/vault.yaml @@ -9,15 +9,17 @@ spec: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: dmz path: vault - directory: - recurse: true destination: - server: https://kubernetes.default.svc namespace: vault + name: in-cluster syncPolicy: automated: prune: true - selfHeal: true + selfHeal: true syncOptions: - - CreateNamespace=true - + - CreateNamespace=true + ignoreDifferences: + - group: admissionregistration.k8s.io + kind: MutatingWebhookConfiguration + jqPathExpressions: + - .webhooks[]?.clientConfig.caBundle