From 6b649b3bd5a336fb0504f616f450b79862531b3b Mon Sep 17 00:00:00 2001 From: Andrew Burden Date: Wed, 27 Jan 2021 16:47:32 +0100 Subject: [PATCH] Changing value to boolean rather than string --- modules/virt-using-hostpath-provisioner.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)