From 1488f5c3bd2c119a20d716ac5ce1c4ff201095e9 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 7 Aug 2024 05:35:03 -0500 Subject: [PATCH] update --- argocd/templates/vault.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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