diff --git a/chart/templates/gatekeeper/values.yaml b/chart/templates/gatekeeper/values.yaml index d5c3dc19143910771ba87080e55ed993d97c9c29..fedff2d2e5a913aa478c7490815869bbf28e5717 100644 --- a/chart/templates/gatekeeper/values.yaml +++ b/chart/templates/gatekeeper/values.yaml @@ -103,6 +103,22 @@ violations: # Try to keep this in alpha order to make it easier to find keys namespacesHaveIstio: enabled: {{ .Values.istio.enabled }} + parameters: + excludedResources: + # Kuberentes control plane does not use Istio + - kube-node-lease + - kube-public + - kube-system + # No pods in bigbang / default + - bigbang + - default + # Flux is installed prior to Istio + - flux-system + # Istio does not inject itself + - istio-operator + - istio-system + # Kyverno is installed prior to Istio + - kyverno {{- if or .Values.fluentbit.enabled .Values.neuvector.enabled }} noPrivilegedContainers: