diff --git a/modules/virt-using-hostpath-provisioner.adoc b/modules/virt-using-hostpath-provisioner.adoc index e5236c46c63b..064217bc99e3 100644 --- a/modules/virt-using-hostpath-provisioner.adoc +++ b/modules/virt-using-hostpath-provisioner.adoc @@ -49,7 +49,7 @@ spec: imagePullPolicy: IfNotPresent pathConfig: path: "" <1> - useNamingPrefix: "false" <2> + useNamingPrefix: false <2> ---- <1> Specify the backing directory where you want the provisioner to create PVs. <2> Change this value to `true` if you want to use the name of the persistent volume claim (PVC)