Skip to content

Commit

Permalink
Add debugging statement to dns step
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Jan 21, 2025
1 parent 9075812 commit 827f01c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aks-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ jobs:
INGRESS="${{ secrets.azureClusterName }}"
fi
AKS_INGRESS="${INGRESS}-ingress.centralus.cloudapp.azure.com."
echo "Updating DNS record for ${{ needs.build.outputs.dnsSubDomain }}.${{ needs.build.outputs.domainName }} to $AKS_INGRESS"
az network dns record-set cname set-record --resource-group "AMU_DNS_RG" --zone-name "${{ needs.build.outputs.domainName }}" --record-set-name "${{ needs.build.outputs.dnsSubDomain }}" --cname "${AKS_INGRESS}" --ttl 3600
echo "aksIngress=${AKS_INGRESS}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 827f01c

Please sign in to comment.