From 25231dd34c472aabd787a1e31cb5c843b8273c32 Mon Sep 17 00:00:00 2001 From: Chris Harden <chris@defenseunicorns.com> Date: Mon, 29 Jan 2024 23:33:41 +0000 Subject: [PATCH] Refactor earlier mutator implementations to use wildcard methodology - Istio --- chart/templates/kyverno-policies/values.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/chart/templates/kyverno-policies/values.yaml b/chart/templates/kyverno-policies/values.yaml index 30b2ee6e6d..daa8555cc4 100644 --- a/chart/templates/kyverno-policies/values.yaml +++ b/chart/templates/kyverno-policies/values.yaml @@ -697,11 +697,6 @@ policies: enabled: true namespaces: - namespace: istio-system - serviceAccounts: - - istiod - - istio-reader-service-account - - public-ingressgateway-service-account - - passthrough-ingressgateway-service-account pods: - istiod-* - passthrough-ingressgateway-* -- GitLab