Skip to content

Commit 944d6bc

Browse files
committed
revert boolean change.
Signed-off-by: Alexander Wels <[email protected]>
1 parent ff4d7a9 commit 944d6bc

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)