File tree Expand file tree Collapse file tree 3 files changed +0
-17
lines changed
config/components/base/experimental Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ resources:
8
8
components :
9
9
- ../common
10
10
# EXPERIMENTAL FEATURES ARE LISTED HERE
11
- - ../../features/synthetic-user-permissions
12
11
- ../../features/webhook-provider-certmanager
13
12
- ../../features/single-own-namespace
14
13
- ../../features/preflight-permissions
Original file line number Diff line number Diff line change @@ -1361,13 +1361,6 @@ rules:
1361
1361
verbs :
1362
1362
- list
1363
1363
- watch
1364
- - apiGroups :
1365
- - " "
1366
- resources :
1367
- - groups
1368
- - users
1369
- verbs :
1370
- - impersonate
1371
1364
---
1372
1365
apiVersion : rbac.authorization.k8s.io/v1
1373
1366
kind : ClusterRole
@@ -1774,7 +1767,6 @@ spec:
1774
1767
- --health-probe-bind-address=:8081
1775
1768
- --metrics-bind-address=:8443
1776
1769
- --leader-elect
1777
- - --feature-gates=SyntheticPermissions=true
1778
1770
- --feature-gates=WebhookProviderCertManager=true
1779
1771
- --feature-gates=SingleOwnNamespaceInstallSupport=true
1780
1772
- --feature-gates=PreflightPermissions=true
Original file line number Diff line number Diff line change @@ -1361,13 +1361,6 @@ rules:
1361
1361
verbs :
1362
1362
- list
1363
1363
- watch
1364
- - apiGroups :
1365
- - " "
1366
- resources :
1367
- - groups
1368
- - users
1369
- verbs :
1370
- - impersonate
1371
1364
---
1372
1365
apiVersion : rbac.authorization.k8s.io/v1
1373
1366
kind : ClusterRole
@@ -1740,7 +1733,6 @@ spec:
1740
1733
- --health-probe-bind-address=:8081
1741
1734
- --metrics-bind-address=:8443
1742
1735
- --leader-elect
1743
- - --feature-gates=SyntheticPermissions=true
1744
1736
- --feature-gates=WebhookProviderCertManager=true
1745
1737
- --feature-gates=SingleOwnNamespaceInstallSupport=true
1746
1738
- --feature-gates=PreflightPermissions=true
You can’t perform that action at this time.
0 commit comments