Skip to content

Commit

Permalink
OCPBUGS-29388: upi: aws: fix typo in worker templates
Browse files Browse the repository at this point in the history
The description should say "worker" not "master".
  • Loading branch information
r4f4 authored and openshift-cherrypick-robot committed Mar 7, 2024
1 parent d0a415f commit 6264565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upi/aws/cloudformation/06_cluster_worker_node.yaml
Expand Up @@ -13,10 +13,10 @@ Parameters:
Description: Current Red Hat Enterprise Linux CoreOS AMI to use for bootstrap.
Type: AWS::EC2::Image::Id
Subnet:
Description: The subnets, recommend private, to launch the master nodes into.
Description: The subnets, recommend private, to launch the worker nodes into.
Type: AWS::EC2::Subnet::Id
WorkerSecurityGroupId:
Description: The master security group ID to associate with master nodes.
Description: The worker security group ID to associate with worker nodes.
Type: AWS::EC2::SecurityGroup::Id
IgnitionLocation:
Default: https://api-int.$CLUSTER_NAME.$DOMAIN:22623/config/worker
Expand All @@ -27,7 +27,7 @@ Parameters:
Description: Base64 encoded certificate authority string to use.
Type: String
WorkerInstanceProfileName:
Description: IAM profile to associate with master nodes.
Description: IAM profile to associate with worker nodes.
Type: String
WorkerInstanceType:
Default: m5.large
Expand Down

0 comments on commit 6264565

Please sign in to comment.