File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -695,15 +695,10 @@ teapot_admission_controller_configmap_deletion_protection_factories_enabled: "tr
695
695
# enable the rolebinding admission-controller webhook which validates rolebindings and clusterrolebindings
696
696
teapot_admission_controller_enable_rolebinding_webhook : " true"
697
697
698
- {{ if eq .Cluster.Provider "zalando-eks" }}
699
- # enable the resource protection admission webhook which prevents users from accessing system resources
698
+ # enable the generic deny-all admission webhook which rejects all requests it receives
700
699
teapot_admission_controller_enable_write_protection_webhook : " true"
701
- # configure the behaviour of the resource protection admission webhook, `true` blocks everything, `false` allows everything
700
+ # configure the behaviour of the deny-all admission webhook, `true` blocks everything, `false` allows everything
702
701
teapot_admission_controller_prevent_write_operations : " true"
703
- {{ else }}
704
- teapot_admission_controller_enable_write_protection_webhook : " false"
705
- teapot_admission_controller_prevent_write_operations : " false"
706
- {{ end }}
707
702
708
703
# Enable and configure Pod Security Policy rules implemented in admission-controller.
709
704
teapot_admission_controller_pod_security_policy_enabled : " true"
You can’t perform that action at this time.
0 commit comments