Skip to content

Commit

Permalink
manifests: Makes changes to manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Bipul Adhikari <[email protected]>
  • Loading branch information
bipuladh committed Nov 13, 2024
1 parent 95c17e8 commit 1fd8b72
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
File renamed without changes.
39 changes: 39 additions & 0 deletions deploy/all-in-one/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14163,6 +14163,32 @@ rules:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: ceph-csi-operator-manager-role
namespace: ceph-csi-operator-system
rules:
- apiGroups:
- certificates.k8s.io
resources:
- certificatesigningrequests
verbs:
- create
- update
- get
- list
- approve
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- update
- get
- list
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: ceph-csi-operator-rbd-ctrlplugin-r
namespace: ceph-csi-operator-system
Expand Down Expand Up @@ -15282,6 +15308,19 @@ subjects:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: ceph-csi-operator-manager-role-binding
namespace: ceph-csi-operator-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: ceph-csi-operator-manager-role
subjects:
- kind: ServiceAccount
name: controller-manageer
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: ceph-csi-operator-rbd-ctrlplugin-rb
namespace: ceph-csi-operator-system
Expand Down
39 changes: 39 additions & 0 deletions deploy/multifile/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,32 @@ rules:
- patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: ceph-csi-operator-manager-role
namespace: ceph-csi-operator-system
rules:
- apiGroups:
- certificates.k8s.io
resources:
- certificatesigningrequests
verbs:
- create
- update
- get
- list
- approve
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- update
- get
- list
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
Expand Down Expand Up @@ -521,6 +547,19 @@ subjects:
namespace: ceph-csi-operator-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: ceph-csi-operator-manager-role-binding
namespace: ceph-csi-operator-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: ceph-csi-operator-manager-role
subjects:
- kind: ServiceAccount
name: controller-manageer
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
Expand Down

0 comments on commit 1fd8b72

Please sign in to comment.