Skip to content

Commit

Permalink
fix k8s deploy args
Browse files Browse the repository at this point in the history
  • Loading branch information
liguowei authored and chrislusf committed Dec 15, 2024
1 parent c19bcea commit 844c8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/seaweedfs-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
- --nodeid=$(NODE_ID)
- --cacheDir=/var/cache/seaweedfs
- --dataLocality=none
- --node
- --components=node
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
Expand Down Expand Up @@ -375,7 +375,7 @@ spec:
- --endpoint=$(CSI_ENDPOINT)
- --filer=$(SEAWEEDFS_FILER)
- --nodeid=$(NODE_ID)"
- --controller
- --components=controller
- --attacher
env:
- name: CSI_ENDPOINT
Expand Down

0 comments on commit 844c8dc

Please sign in to comment.