Skip to content

Commit ff71ed6

Browse files
author
Audrey Spaulding
committed
yaml fix for workload
1 parent 845097b commit ff71ed6

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)