UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 24aba89d authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch '761-gatekeeper-execeptions-for-istio-injection' into 'master'

Add excluded namespaces for istio-injection

Closes #761

See merge request !3781
parents 646253f7 29f9e8db
No related branches found
No related tags found
1 merge request!3781Add excluded namespaces for istio-injection
Pipeline #2808599 passed
......@@ -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