diff options
| author | Paul Dubs <paul.dubs@skymind.global> | 2021-05-28 13:11:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-28 13:11:01 +0200 |
| commit | a270522d25b0f369b143152966404c75a3eb1fdf (patch) | |
| tree | 31ba3df625820a871bb8e2efbdcf93ae541c7f0a /deploy/helm | |
| parent | 45ba112fa1a77734d4d6f68eee45b25def53bb18 (diff) | |
| download | seaweedfs-csi-driver-a270522d25b0f369b143152966404c75a3eb1fdf.tar.xz seaweedfs-csi-driver-a270522d25b0f369b143152966404c75a3eb1fdf.zip | |
Remove extraneous parameter for weed in DaemonSet
Diffstat (limited to 'deploy/helm')
| -rw-r--r-- | deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml b/deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml index 513b137..763495f 100644 --- a/deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml +++ b/deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml @@ -55,7 +55,6 @@ spec: - "--endpoint=$(CSI_ENDPOINT)" - "--filer=$(SEAWEEDFS_FILER)" - "--nodeid=$(NODE_ID)" - - "-v=9" env: - name: CSI_ENDPOINT value: unix:///csi/csi.sock |
