Skip to content

Commit fbba9e7

Browse files
authored
Merge pull request #55978 from mjpytlak/osdocs-5365
OSDOCS#5365: Fixed incorrect platform parameter
2 parents 3f00331 + a7cd875 commit fbba9e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/installation-ibm-cloud-config-yaml.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ controlPlane: <2> <3>
3838
hyperthreading: Enabled <4>
3939
name: master
4040
platform:
41-
ibm-cloud: {}
41+
ibmcloud: {}
4242
replicas: 3
4343
compute: <2> <3>
4444
- hyperthreading: Enabled <4>
@@ -114,7 +114,7 @@ controlPlane: <2> <3>
114114
hyperthreading: Enabled <4>
115115
name: master
116116
platform:
117-
ibm-cloud: {}
117+
ibmcloud: {}
118118
replicas: 3
119119
compute: <2> <3>
120120
- hyperthreading: Enabled <4>
@@ -200,7 +200,7 @@ controlPlane: <2> <3>
200200
hyperthreading: Enabled <4>
201201
name: master
202202
platform:
203-
ibm-cloud: {}
203+
ibmcloud: {}
204204
replicas: 3
205205
compute: <2> <3>
206206
- hyperthreading: Enabled <4>

0 commit comments

Comments
 (0)