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 22---
33apiVersion : kustomize.config.k8s.io/v1alpha1
44kind : Component
5+ resources :
6+ - cluster_role_binding.yaml
57patches :
68 - target :
79 kind : Deployment
Original file line number Diff line number Diff line change @@ -1699,6 +1699,21 @@ subjects:
16991699---
17001700apiVersion : rbac.authorization.k8s.io/v1
17011701kind : 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
17021717metadata :
17031718 annotations :
17041719 olm.operatorframework.io/feature-set : experimental
Original file line number Diff line number Diff line change @@ -1699,6 +1699,21 @@ subjects:
16991699---
17001700apiVersion : rbac.authorization.k8s.io/v1
17011701kind : 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
17021717metadata :
17031718 annotations :
17041719 olm.operatorframework.io/feature-set : experimental
You can’t perform that action at this time.
0 commit comments