Skip to content

Commit

Permalink
Merge pull request #71 from nb-ohad/fix-missing-rbac
Browse files Browse the repository at this point in the history
Configuration: Add CSI operand RBAC kustomization file
  • Loading branch information
Madhu-1 authored Jul 31, 2024
2 parents d782a24 + 173ec5e commit c4c632a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/rbac/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,23 @@ resources:
- operatorconfig_viewer_role.yaml
- driver_editor_role.yaml
- driver_viewer_role.yaml
# CSI operands have their own set of RBAC that need to be installed
# on the cluster.
- csi_cephfs_ctrlplugin_service_account.yaml
- csi_cephfs_ctrlplugin_cluster_role.yaml
- csi_cephfs_ctrlplugin_cluster_role_binding.yaml
- csi_cephfs_ctrlplugin_role.yaml
- csi_cephfs_ctrlplugin_role_binding.yaml
- csi_cephfs_nodeplugin_service_account.yaml
- csi_cephfs_nodeplugin_cluster_role.yaml
- csi_cephfs_nodeplugin_cluster_role_binding.yaml
- csi_rbd_ctrlplugin_service_account.yaml
- csi_rbd_ctrlplugin_cluster_role.yaml
- csi_rbd_ctrlplugin_cluster_role_binding.yaml
- csi_rbd_ctrlplugin_role.yaml
- csi_rbd_ctrlplugin_role_binding.yaml
- csi_rbd_nodeplugin_service_account.yaml
- csi_rbd_nodeplugin_cluster_role.yaml
- csi_rbd_nodeplugin_cluster_role_binding.yaml
- csi_rbd_nodeplugin_role.yaml
- csi_rbd_nodeplugin_role_binding.yaml

0 comments on commit c4c632a

Please sign in to comment.