File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -695,9 +695,9 @@ 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
- # enable the generic deny-all admission webhook which rejects all requests it receives
698
+ # enable the resource protection admission webhook which prevents users from accessing system resources
699
699
teapot_admission_controller_enable_write_protection_webhook : " true"
700
- # configure the behaviour of the deny-all admission webhook, `true` blocks everything , `false` allows everything
700
+ # configure the behaviour of the resource protection admission webhook, `true` blocks, `false` allows
701
701
teapot_admission_controller_prevent_write_operations : " true"
702
702
703
703
# Enable and configure Pod Security Policy rules implemented in admission-controller.
You can’t perform that action at this time.
0 commit comments