Skip to content

Commit d60a35e

Browse files
authored
Merge pull request #44755 from mhrivnak/fix-rhv-machineset-yaml
fixes invalid YAML example by changing capitalization
2 parents 7076fc9 + b3e9ed8 commit d60a35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/machineset-yaml-rhv.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
namespace: openshift-machine-api
2424
spec:
2525
replicas: <number_of_replicas> <4>
26-
Selector: <5>
26+
selector: <5>
2727
matchLabels:
2828
machine.openshift.io/cluster-api-cluster: <infrastructure_id> <1>
2929
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-<role> <3>

0 commit comments

Comments
 (0)