Skip to content

Commit c5bde77

Browse files
authored
Merge pull request #45443 from jeana-redhat/GH45419
[GH#45419]: Fix indentation in Alibaba infra machineset CR
2 parents 05063f8 + 604d1f8 commit c5bde77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/machineset-yaml-alibaba.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ endif::infra[]
106106
vpcId: ""
107107
zoneId: <zone> <12>
108108
ifdef::infra[]
109-
taints: <13>
110-
- key: node-role.kubernetes.io/infra
111-
effect: NoSchedule
109+
taints: <13>
110+
- key: node-role.kubernetes.io/infra
111+
effect: NoSchedule
112112
endif::infra[]
113113
----
114114
<1> Specify the infrastructure ID that is based on the cluster ID that you set when you provisioned the cluster. If you have the OpenShift CLI (`oc`) installed, you can obtain the infrastructure ID by running the following command:

0 commit comments

Comments
 (0)