Skip to content

Commit e69f557

Browse files
authored
Merge pull request #62963 from amolnar-rh/OCPBUGS-16441
OCPBUGS-16441: Correct indentation issues in LVMS YAML files
2 parents 8cb2a37 + d6d26c6 commit e69f557

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

modules/lvms-creating-logical-volume-manager-cluster.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ spec:
6060
nodeSelector: <3>
6161
nodeSelectorTerms:
6262
- matchExpressions:
63-
- key: app
64-
operator: In
65-
Values:
63+
- key: app
64+
operator: In
65+
values:
6666
- test1
6767
----
6868
<1> To create multiple device storage classes in the cluster, create a YAML array under `deviceClasses` for each required storage class.

modules/lvms-installing-logical-volume-manager-operator-using-cli.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ spec:
114114
nodeSelector:
115115
nodeSelectorTerms:
116116
- matchExpressions:
117-
- key: app
118-
operator: In
119-
values:
120-
- test1
117+
- key: app
118+
operator: In
119+
values:
120+
- test1
121121
----
122122

123123
.. Create the `LVMCluster` CR:

0 commit comments

Comments
 (0)