Skip to content

Commit a0d2187

Browse files
authored
Merge pull request openshift#89234 from aspauldi/CNV-56500
CNV#56500: [Docs] Incorrect yaml for HostPathProvisioner
2 parents 2c90769 + ff71ed6 commit a0d2187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/virt-creating-hpp-basic-storage-pool.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ spec:
3333
storagePools: <1>
3434
- name: any_name
3535
path: "/var/myvolumes" <2>
36-
workload:
37-
nodeSelector:
38-
kubernetes.io/os: linux
36+
workload:
37+
nodeSelector:
38+
kubernetes.io/os: linux
3939
----
4040
<1> The `storagePools` stanza is an array to which you can add multiple entries.
4141
<2> Specify the storage pool directories under this node path.

0 commit comments

Comments
 (0)