We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbf82e commit 3c9d444Copy full SHA for 3c9d444
pkg/webhooks/namespace/namespace.go
@@ -319,7 +319,7 @@ func (s *NamespaceWebhook) SyncSetLabelSelector() metav1.LabelSelector {
319
320
func (s *NamespaceWebhook) ClassicEnabled() bool { return true }
321
322
-func (s *NamespaceWebhook) HypershiftEnabled() bool { return true }
+func (s *NamespaceWebhook) HypershiftEnabled() bool { return false }
323
324
// NewWebhook creates a new webhook
325
func NewWebhook() *NamespaceWebhook {
0 commit comments