Skip to content

Commit f51cc1f

Browse files
authored
Merge pull request #47 from awels/revert_boolean
revert boolean change.
2 parents c3a4330 + 944d6bc commit f51cc1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster-sync/sync.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
imageTag: $UPGRADE_FROM
3737
pathConfig:
3838
path: "/var/hpvolumes"
39-
useNamingPrefix: false
39+
useNamingPrefix: "false"
4040
EOF
4141
_kubectl apply -f https://raw.githubusercontent.com/kubevirt/hostpath-provisioner-operator/$UPGRADE_FROM/deploy/storageclass-wffc.yaml
4242
#Wait for it to be available.
@@ -114,7 +114,7 @@ spec:
114114
imagePullPolicy: Always
115115
pathConfig:
116116
path: "/var/hpvolumes"
117-
useNamingPrefix: false
117+
useNamingPrefix: "false"
118118
EOF
119119

120120
_kubectl apply -f https://raw.githubusercontent.com/kubevirt/hostpath-provisioner-operator/master/deploy/storageclass-wffc.yaml

0 commit comments

Comments
 (0)