Fill in rbac.yaml with ServiceAccount manifest.
(cherry picked from commit 3f8626cb2b)
This commit is contained in:
parent
255839fbb8
commit
7f85c7b5ff
|
|
@ -1,3 +1,8 @@
|
||||||
|
kind: ServiceAccount
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: nfs-client-provisioner
|
||||||
|
---
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue