deploy: rbd kubernetes manifests

add ability to deploy ceph-csi-rbd on non-default namespace

Signed-off-by: rtsp <git@rtsp.us>
This commit is contained in:
rtsp
2021-07-31 00:15:34 +07:00
committed by mergify[bot]
parent c9cd8d7a37
commit af1f50ba04
4 changed files with 22 additions and 8 deletions

View File

@ -3,6 +3,8 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: rbd-csi-provisioner
# replace with non-default namespace name
namespace: default
---
kind: ClusterRole
@ -66,6 +68,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: rbd-csi-provisioner
# replace with non-default namespace name
namespace: default
roleRef:
kind: ClusterRole