This commit is contained in:
2025-08-15 21:17:12 +02:00
parent 9addaf0fd6
commit 0103156183
2 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: cephfs-csi-nodeplugin
namespace: default
namespace: ceph
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
@@ -34,7 +34,7 @@ subjects:
- kind: ServiceAccount
name: cephfs-csi-nodeplugin
# replace with non-default namespace name
namespace: default
namespace: ceph
roleRef:
kind: ClusterRole
name: cephfs-csi-nodeplugin

View File

@@ -3,7 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: cephfs-csi-provisioner
namespace: default
namespace: ceph
---
kind: ClusterRole
@@ -83,7 +83,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: cephfs-csi-provisioner
namespace: default
namespace: ceph
roleRef:
kind: ClusterRole
name: cephfs-external-provisioner-runner
@@ -94,7 +94,7 @@ kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
# replace with non-default namespace name
namespace: default
namespace: ceph
name: cephfs-external-provisioner-cfg
rules:
- apiGroups: [""]
@@ -110,12 +110,12 @@ apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: cephfs-csi-provisioner-role-cfg
# replace with non-default namespace name
namespace: default
namespace: ceph
subjects:
- kind: ServiceAccount
name: cephfs-csi-provisioner
# replace with non-default namespace name
namespace: default
namespace: ceph
roleRef:
kind: Role
name: cephfs-external-provisioner-cfg