Skip to content

Commit

Permalink
Fix utility custom values replace command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrleite committed Oct 24, 2024
1 parent 7283f07 commit 539b1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/eks-customer/scripts/deploy-utility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function replace_custom_values () {
-e "s/<VPC_ID>/${VPC_ID}/g" \
-e "s/<PRIVATE_DOMAIN>/${PRIVATE_DOMAIN}/g" \
-e "s/<IP_RANGE>/$allow_list_cidr_range/g" \
-e "s/hostNetwork: false/hostNetwork: true/g" \
-e "s/hostNetwork:\n enabled: false/hostNetwork:\n enabled: true/" $gitops_apps_dir/${ENV}/helm-values/${CLUSTER_NAME}/$utility_name-custom-values.yaml

stage_changes $gitops_apps_dir/${ENV}/helm-values/${CLUSTER_NAME}/$utility_name-custom-values.yaml
Expand Down

0 comments on commit 539b1ed

Please sign in to comment.