Skip to content

Commit

Permalink
Fix typo in the certificate name (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrleite committed Sep 18, 2024
1 parent 2933ccd commit 9d6f9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provisioner/utility/argo_utility.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func ProvisionUtilityArgocd(utilityName, tempDir, clusterID string, allowCIDRRan

replacements := map[string]string{
"<VPC_ID>": vpc,
"<CERTFICATE_ARN>": *certificate.ARN,
"<CERTIFICATE_ARN>": *certificate.ARN,
"<PRIVATE_CERTIFICATE_ARN>": *privateCertificate.ARN,
"<CLUSTER_ID>": clusterID,
"<ENV>": awsClient.GetCloudEnvironmentName(),
Expand Down

0 comments on commit 9d6f9b8

Please sign in to comment.