Skip to content

Commit 86b6873

Browse files
authored
Merge pull request #43142 from maxwelldb/osp-machine-indentation-bz2060048
[BZ2060048] Fix ShiftStack machine set CR YAML indentation
2 parents 7bac114 + 0d5f13a commit 86b6873

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/machineset-yaml-osp.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ ifdef::infra[]
6464
machine.openshift.io/cluster-api-machine-type: <infra> <2>
6565
machine.openshift.io/cluster-api-machineset: <infrastructure_id>-infra <3>
6666
spec:
67-
metadata:
68-
creationTimestamp: null
69-
labels:
70-
node-role.kubernetes.io/infra: ""
67+
metadata:
68+
creationTimestamp: null
69+
labels:
70+
node-role.kubernetes.io/infra: ""
7171
taints: <4>
7272
- key: node-role.kubernetes.io/infra
7373
effect: NoSchedule

0 commit comments

Comments
 (0)