Skip to content

Commit ff4d7a9

Browse files
authored
Merge pull request #45 from awels/fix_boolean
change useNamingPrefix to boolean instead of string
2 parents c16f7a0 + 22c936b commit ff4d7a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster-sync/sync.sh

Lines changed: 2 additions & 2 deletions
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)