Skip to content

Commit d80a9c2

Browse files
authored
Merge pull request #89504 from openshift-cherrypick-robot/cherry-pick-89234-to-enterprise-4.17
[enterprise-4.17] CNV#56500: [Docs] Incorrect yaml for HostPathProvisioner
2 parents c455445 + 0cc1011 commit d80a9c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
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)