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:
Niels de Vos
2024-03-14 20:19:00 +01:00
committed by mergify[bot]
parent a469a66f9d
commit 6f0d9a5d59
8 changed files with 177 additions and 2 deletions

View File

@ -5,6 +5,13 @@
# The source for the contents can be found in the api/deploy directory, make
# your modifications there.
#
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: "nfs-csi-provisioner"
namespace: "default"
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1