Skip to content

Commit f2af4eb

Browse files
authored
Merge pull request #74896 from tonytheleg/fix-rosa-hcp-typo
updates typo on rosa HCP creation steps
2 parents 726edaa + f56d490 commit f2af4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rosa-hcp-sts-creating-a-cluster-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you specified custom ARN paths when you created the associated account-wide r
6060
----
6161
$ rosa create cluster --private --cluster-name=<cluster_name> \
6262
--mode=auto --hosted-cp --operator-roles-prefix=$OPERATOR_ROLES_PREFIX \
63-
--oidc-config-id=$ODIC_CONFIG --subnet-ids=$SUBNET_IDS
63+
--oidc-config-id=$OIDC_ID --subnet-ids=$SUBNET_IDS
6464
----
6565
+
6666
* If you set the environmental variables, create a cluster with a single, initial machine pool, a publicly available API, and a publicly available Ingress by running the following command:

0 commit comments

Comments
 (0)