Skip to content

Commit

Permalink
Fixed typo in script.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed May 22, 2024
1 parent 43e95d7 commit 93672af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hook-postprovision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fi
# Fetch Private IP Address from the Load Balancer named 'kubernetes-internal'
private_ip=$(az network lb frontend-ip list --lb-name kubernetes-internal -g "$node_resource_group" --query [].privateIPAddress -otsv)
if [[ -n $private_ip ]]; then
echo "Adding Public Web Endpoint:"
echo "Adding Private Web Endpoint:"
redirect_uris+=("https://$private_ip/auth/") # Add private ingress URI
fi

Expand Down

0 comments on commit 93672af

Please sign in to comment.