UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 29f9e8db authored by Megan Wolf's avatar Megan Wolf Committed by Michael Martin
Browse files

Add excluded namespaces for istio-injection

parent b5495e40
No related branches found
No related tags found
1 merge request!3781Add excluded namespaces for istio-injection
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment