Skip to content

Commit 59e8d08

Browse files
committed
Fix a harmless typo preventing clusterversion restrictions
Signed-off-by: Michael Shen <[email protected]>
1 parent b1e1f9b commit 59e8d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhooks/regularuser/common/regularuser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
mustGatherKind = "MustGather"
3333
mustGatherGroup = "managed.openshift.io"
3434
clusterVersionKind = "ClusterVersion"
35-
clusterVersionGroup = "config.openshit.io"
35+
clusterVersionGroup = "config.openshift.io"
3636
customDomainKind = "CustomDomain"
3737
customDomainGroup = "managed.openshift.io"
3838
netNamespaceKind = "NetNamespace"

0 commit comments

Comments
 (0)