Skip to content

Commit

Permalink
Merge pull request #47 from awels/revert_boolean
Browse files Browse the repository at this point in the history
revert boolean change.
  • Loading branch information
awels authored Apr 23, 2020
2 parents c3a4330 + 944d6bc commit f51cc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster-sync/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
imageTag: $UPGRADE_FROM
pathConfig:
path: "/var/hpvolumes"
useNamingPrefix: false
useNamingPrefix: "false"
EOF
_kubectl apply -f https://raw.githubusercontent.com/kubevirt/hostpath-provisioner-operator/$UPGRADE_FROM/deploy/storageclass-wffc.yaml
#Wait for it to be available.
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
imagePullPolicy: Always
pathConfig:
path: "/var/hpvolumes"
useNamingPrefix: false
useNamingPrefix: "false"
EOF

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

0 comments on commit f51cc1f

Please sign in to comment.