We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3a4330 + 944d6bc commit f51cc1fCopy full SHA for f51cc1f
cluster-sync/sync.sh
@@ -36,7 +36,7 @@ spec:
36
imageTag: $UPGRADE_FROM
37
pathConfig:
38
path: "/var/hpvolumes"
39
- useNamingPrefix: false
+ useNamingPrefix: "false"
40
EOF
41
_kubectl apply -f https://raw.githubusercontent.com/kubevirt/hostpath-provisioner-operator/$UPGRADE_FROM/deploy/storageclass-wffc.yaml
42
#Wait for it to be available.
@@ -114,7 +114,7 @@ spec:
114
imagePullPolicy: Always
115
116
117
118
119
120
_kubectl apply -f https://raw.githubusercontent.com/kubevirt/hostpath-provisioner-operator/master/deploy/storageclass-wffc.yaml
0 commit comments