mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-23 07:46:41 +00:00
nfs: add provisioner & plugin sa to scc.yaml
This commit adds nfs provisioner & plugin sa to scc.yaml to be used with openshift. Signed-off-by: Rakshith R <rar@redhat.com> (cherry picked from commit 784b086ea5ba1f57d14c67d57aecd8b5c2de6ad3)
This commit is contained in:
parent
db1b1dd6ec
commit
9245b58a9f
@ -41,3 +41,5 @@ users:
|
||||
- "system:serviceaccount:{{ .Namespace }}:{{ .Prefix }}csi-cephfs-plugin-sa"
|
||||
# yamllint disable-line rule:line-length
|
||||
- "system:serviceaccount:{{ .Namespace }}:{{ .Prefix }}csi-cephfs-provisioner-sa"
|
||||
- "system:serviceaccount:{{ .Namespace }}:{{ .Prefix }}csi-nfs-plugin-sa"
|
||||
- "system:serviceaccount:{{ .Namespace }}:{{ .Prefix }}csi-nfs-provisioner-sa"
|
||||
|
@ -48,3 +48,5 @@ users:
|
||||
- "system:serviceaccount:ceph-csi:csi-cephfs-plugin-sa"
|
||||
# yamllint disable-line rule:line-length
|
||||
- "system:serviceaccount:ceph-csi:csi-cephfs-provisioner-sa"
|
||||
- "system:serviceaccount:ceph-csi:csi-nfs-plugin-sa"
|
||||
- "system:serviceaccount:ceph-csi:csi-nfs-provisioner-sa"
|
||||
|
2
vendor/github.com/ceph/ceph-csi/api/deploy/ocp/scc.yaml
generated
vendored
2
vendor/github.com/ceph/ceph-csi/api/deploy/ocp/scc.yaml
generated
vendored
@ -41,3 +41,5 @@ users:
|
||||
- "system:serviceaccount:{{ .Namespace }}:{{ .Prefix }}csi-cephfs-plugin-sa"
|
||||
# yamllint disable-line rule:line-length
|
||||
- "system:serviceaccount:{{ .Namespace }}:{{ .Prefix }}csi-cephfs-provisioner-sa"
|
||||
- "system:serviceaccount:{{ .Namespace }}:{{ .Prefix }}csi-nfs-plugin-sa"
|
||||
- "system:serviceaccount:{{ .Namespace }}:{{ .Prefix }}csi-nfs-provisioner-sa"
|
||||
|
Loading…
x
Reference in New Issue
Block a user