File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -609,6 +609,7 @@ kubelet_image_gc_low_threshold: 40
609
609
{{if eq .Cluster.Environment "production"}}
610
610
teapot_admission_controller_validate_application_label : " true"
611
611
teapot_admission_controller_validate_base_images : " true"
612
+ teapot_admission_controller_validate_base_images_namespaces : " ^kube-system$"
612
613
613
614
# Check container image compliance in production clusters. Be careful when thinking about changing this: Setting it to
614
615
# false will allow any container image to run in production clusters.
@@ -629,7 +630,8 @@ teapot_admission_controller_namespace_delete_protection_enabled: "true"
629
630
teapot_admission_controller_postgresql_owning_application_check_enabled : " true"
630
631
{{else if eq .Cluster.Environment "e2e"}}
631
632
teapot_admission_controller_validate_application_label : " false"
632
- teapot_admission_controller_validate_base_images : " false"
633
+ teapot_admission_controller_validate_base_images : " true"
634
+ teapot_admission_controller_validate_base_images_namespaces : " ^kube-system|((downward-api|kubectl|projected|statefulset|pod-network|scope-selectors|resourcequota|limitrange|sysctl|node-tests|e2e-kubelet-etc-hosts|csiinlinevolumes|job|dns)-.*)$"
633
635
634
636
# Check container image compliance in e2e clusters. There are some exceptions to allow the e2e test suite to run.
635
637
teapot_admission_controller_validate_pod_images : " true"
You can’t perform that action at this time.
0 commit comments