mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
deploy: include ServiceAccount in the NFS provisioner RBAC artifact
It seems that the ServiceAccount was not created anymore, this causes problems with provisioning volumes. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
committed by
mergify[bot]
parent
a469a66f9d
commit
6f0d9a5d59
6
api/deploy/kubernetes/nfs/csi-provisioner-rbac-sa.yaml
Normal file
6
api/deploy/kubernetes/nfs/csi-provisioner-rbac-sa.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: "{{ .ServiceAccount }}"
|
||||
namespace: "{{ .Namespace }}"
|
Reference in New Issue
Block a user