Add ServiceAccount to csi-nfs-node DaemonSet
This commit is contained in:
parent
20f589c7ef
commit
ccf6b83857
|
|
@ -19,6 +19,7 @@ spec:
|
|||
spec:
|
||||
hostNetwork: true # original nfs connection would be broken without hostNetwork setting
|
||||
dnsPolicy: Default # available values: Default, ClusterFirstWithHostNet, ClusterFirst
|
||||
serviceAccountName: csi-nfs-controller-sa
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
tolerations:
|
||||
|
|
|
|||
Loading…
Reference in New Issue