Commit 9749957 1 parent 384b9c4 commit 9749957 Copy full SHA for 9749957
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if [[ "$#" -gt 0 ]]; then
21
21
ver=" $1 "
22
22
fi
23
23
24
- repo=" https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master /deploy"
24
+ repo=" https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/$ver /deploy"
25
25
if [[ " $# " -gt 1 ]]; then
26
26
if [[ " $2 " == * " local" * ]]; then
27
27
echo " use local deploy"
@@ -30,11 +30,10 @@ if [[ "$#" -gt 1 ]]; then
30
30
fi
31
31
32
32
if [ $ver != " master" ]; then
33
- repo=" $repo /$ver "
33
+ repo=" $repo /$ver "
34
34
fi
35
35
36
36
echo " Installing Azure File CSI driver, version: $ver ..."
37
- kubectl apply -f $repo /crd-csi-node-info.yaml
38
37
kubectl apply -f $repo /rbac-csi-azurefile-controller.yaml
39
38
kubectl apply -f $repo /rbac-csi-azurefile-node.yaml
40
39
kubectl apply -f $repo /csi-azurefile-controller.yaml
You can’t perform that action at this time.
0 commit comments