Skip to content

Commit 3c9d444

Browse files
Disable namespace webhook for HCP
1 parent 7fbf82e commit 3c9d444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhooks/namespace/namespace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ func (s *NamespaceWebhook) SyncSetLabelSelector() metav1.LabelSelector {
319319

320320
func (s *NamespaceWebhook) ClassicEnabled() bool { return true }
321321

322-
func (s *NamespaceWebhook) HypershiftEnabled() bool { return true }
322+
func (s *NamespaceWebhook) HypershiftEnabled() bool { return false }
323323

324324
// NewWebhook creates a new webhook
325325
func NewWebhook() *NamespaceWebhook {

0 commit comments

Comments
 (0)