File tree Expand file tree Collapse file tree 4 files changed +44
-0
lines changed
config/components/features/boxcutter-runtime Expand file tree Collapse file tree 4 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : rbac.authorization.k8s.io/v1
2
+ kind : ClusterRoleBinding
3
+ metadata :
4
+ name : operator-controller-boxcutter-cluster-admin
5
+ roleRef :
6
+ apiGroup : rbac.authorization.k8s.io
7
+ kind : ClusterRole
8
+ name : cluster-admin
9
+ subjects :
10
+ - kind : ServiceAccount
11
+ name : operator-controller-controller-manager
12
+ namespace : olmv1-system
Original file line number Diff line number Diff line change 2
2
---
3
3
apiVersion : kustomize.config.k8s.io/v1alpha1
4
4
kind : Component
5
+ resources :
6
+ - cluster_role_binding.yaml
5
7
patches :
6
8
- target :
7
9
kind : Deployment
Original file line number Diff line number Diff line change @@ -1699,6 +1699,21 @@ subjects:
1699
1699
---
1700
1700
apiVersion : rbac.authorization.k8s.io/v1
1701
1701
kind : ClusterRoleBinding
1702
+ metadata :
1703
+ annotations :
1704
+ olm.operatorframework.io/feature-set : experimental
1705
+ name : operator-controller-boxcutter-cluster-admin
1706
+ roleRef :
1707
+ apiGroup : rbac.authorization.k8s.io
1708
+ kind : ClusterRole
1709
+ name : cluster-admin
1710
+ subjects :
1711
+ - kind : ServiceAccount
1712
+ name : operator-controller-controller-manager
1713
+ namespace : olmv1-system
1714
+ ---
1715
+ apiVersion : rbac.authorization.k8s.io/v1
1716
+ kind : ClusterRoleBinding
1702
1717
metadata :
1703
1718
annotations :
1704
1719
olm.operatorframework.io/feature-set : experimental
Original file line number Diff line number Diff line change @@ -1699,6 +1699,21 @@ subjects:
1699
1699
---
1700
1700
apiVersion : rbac.authorization.k8s.io/v1
1701
1701
kind : ClusterRoleBinding
1702
+ metadata :
1703
+ annotations :
1704
+ olm.operatorframework.io/feature-set : experimental
1705
+ name : operator-controller-boxcutter-cluster-admin
1706
+ roleRef :
1707
+ apiGroup : rbac.authorization.k8s.io
1708
+ kind : ClusterRole
1709
+ name : cluster-admin
1710
+ subjects :
1711
+ - kind : ServiceAccount
1712
+ name : operator-controller-controller-manager
1713
+ namespace : olmv1-system
1714
+ ---
1715
+ apiVersion : rbac.authorization.k8s.io/v1
1716
+ kind : ClusterRoleBinding
1702
1717
metadata :
1703
1718
annotations :
1704
1719
olm.operatorframework.io/feature-set : experimental
You can’t perform that action at this time.
0 commit comments