We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483dc2f commit 3aa11faCopy full SHA for 3aa11fa
pkg/webhook/util/pod_validation.go
@@ -26,6 +26,6 @@ var (
26
AllowInvalidLabelValueInSelector: true,
27
AllowHostIPsField: true,
28
AllowInvalidTopologySpreadConstraintLabelSelector: true,
29
- ResourceIsPod: true,
+ ResourceIsPod: false,
30
}
31
)
0 commit comments