diff --git a/api/deploy/ocp/scc.yaml b/api/deploy/ocp/scc.yaml index 139bbdfdc..c5903f330 100644 --- a/api/deploy/ocp/scc.yaml +++ b/api/deploy/ocp/scc.yaml @@ -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" diff --git a/deploy/scc.yaml b/deploy/scc.yaml index 36c1973a7..e4fb9595a 100644 --- a/deploy/scc.yaml +++ b/deploy/scc.yaml @@ -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" diff --git a/vendor/github.com/ceph/ceph-csi/api/deploy/ocp/scc.yaml b/vendor/github.com/ceph/ceph-csi/api/deploy/ocp/scc.yaml index 139bbdfdc..c5903f330 100644 --- a/vendor/github.com/ceph/ceph-csi/api/deploy/ocp/scc.yaml +++ b/vendor/github.com/ceph/ceph-csi/api/deploy/ocp/scc.yaml @@ -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"