Skip to content

Commit

Permalink
Fix vcloud-csi bug related to #9046
Browse files Browse the repository at this point in the history
Signed-off-by: yasintahaerol <yasintahaerol@gmail.com>
  • Loading branch information
yasinterol committed Jul 6, 2022
1 parent e615499 commit 2482028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ spec:
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=kube-system"
- "--supervisor-fss-namespace=kube-system"
- "--use-gocsi=false"
imagePullPolicy: {{ k8s_image_pull_policy }}
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=kube-system"
- "--supervisor-fss-namespace=kube-system"
- "--use-gocsi=false"
imagePullPolicy: "Always"
env:
Expand Down

0 comments on commit 2482028

Please sign in to comment.