From ccf6b83857fd76c1ed076f9b4e42cf58f57dcee6 Mon Sep 17 00:00:00 2001 From: John Call Date: Tue, 10 May 2022 01:45:08 -0600 Subject: [PATCH] Add ServiceAccount to csi-nfs-node DaemonSet --- deploy/csi-nfs-node.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/csi-nfs-node.yaml b/deploy/csi-nfs-node.yaml index 214253ab..9e0eb873 100644 --- a/deploy/csi-nfs-node.yaml +++ b/deploy/csi-nfs-node.yaml @@ -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: