From a945ab3378033b38491ad596705c6960d6850498 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Sat, 3 Jun 2023 09:54:33 +0200 Subject: [PATCH] remove unused 'name' namespaceSelector Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- .../cert-manager/templates/webhook-validating-webhook.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deploy/charts/cert-manager/templates/webhook-validating-webhook.yaml b/deploy/charts/cert-manager/templates/webhook-validating-webhook.yaml index a5d168e29..ce33cc797 100644 --- a/deploy/charts/cert-manager/templates/webhook-validating-webhook.yaml +++ b/deploy/charts/cert-manager/templates/webhook-validating-webhook.yaml @@ -21,10 +21,6 @@ webhooks: operator: "NotIn" values: - "true" - - key: "name" - operator: "NotIn" - values: - - {{ include "cert-manager.namespace" . }} rules: - apiGroups: - "cert-manager.io"