UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Gatekeeper - add fine-grained exclusion for resources

Merged Michael McLeroy requested to merge gatekeeper-fine-grain-exclusion into master
Files
3
+ 8
2
@@ -7,5 +7,11 @@ gatekeeper:
violations:
allowedDockerRegistries:
match:
excludedNamespaces:
- istio-system
\ No newline at end of file
excludedNamespaces:
# Allows load balancer images for k3d from public repo
- istio-system
hostNetworking:
match:
excludedNamespaces:
# Allows load balancer containers to map ports for k3d
- istio-system
\ No newline at end of file
Loading