From aaa5478cc55200ca0b4f7bdd2e158164fe957cb5 Mon Sep 17 00:00:00 2001 From: Dmitri Fedotov Date: Wed, 20 Nov 2024 18:17:27 +0200 Subject: [PATCH] Remove certificate mount from kustomization --- config/default/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index e73b112..041246c 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -34,7 +34,7 @@ patches: # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in # crd/kustomization.yaml -- path: manager_webhook_patch.yaml +# - path: manager_webhook_patch.yaml # [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. # Uncomment 'CERTMANAGER' sections in crd/kustomization.yaml to enable the CA injection in the admission webhooks.