Skip to content

Commit c0a8c78

Browse files
committed
enable pod toleration checks by default
1 parent ddd1f92 commit c0a8c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/server/origin/admission/register.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ var (
9898
"PersistentVolumeLabel",
9999
"DefaultStorageClass",
100100
"OwnerReferencesPermissionEnforcement",
101+
"PodTolerationRestriction",
101102
"ResourceQuota",
102103
"openshift.io/ClusterResourceQuota",
103104
"openshift.io/IngressAdmission",
@@ -124,7 +125,6 @@ var (
124125
"Initializers",
125126
"ValidatingAdmissionWebhook",
126127
"MutatingAdmissionWebhook",
127-
"PodTolerationRestriction",
128128
"ExtendedResourceToleration",
129129
"PVCProtection",
130130
expandpvcadmission.PluginName,

0 commit comments

Comments
 (0)