Skip to content

Commit

Permalink
ci-operator/templates/openshift/installer/cluster-launch-installer-up…
Browse files Browse the repository at this point in the history
…i-e2e: WorkerSubnet -> Subnet

Catching up with openshift/installer@e45521e9 (Text edits for the
CloudFormation templates, 2019-05-28, openshift/installer#1794).
  • Loading branch information
wking committed Jun 9, 2019
1 parent 80af9fe commit 456f258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ objects:
--parameters \
ParameterKey=InfrastructureName,ParameterValue="${INFRA_ID}" \
ParameterKey=RhcosAmi,ParameterValue="${RHCOS_AMI}" \
ParameterKey=WorkerSubnet,ParameterValue="${!SUBNET}" \
ParameterKey=Subnet,ParameterValue="${!SUBNET}" \
ParameterKey=WorkerSecurityGroupId,ParameterValue="${WORKER_SECURITY_GROUP}" \
ParameterKey=IgnitionLocation,ParameterValue="https://api-int.${CLUSTER_NAME}.${BASE_DOMAIN}:22623/config/worker" \
ParameterKey=CertificateAuthorities,ParameterValue="${IGNITION_CA}" \
Expand Down

0 comments on commit 456f258

Please sign in to comment.