Skip to content

Commit

Permalink
update regexp match to ignore azure zone URL hostname part
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Apr 29, 2022
1 parent 3fb34c4 commit d16edce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
mkdir ~/.kube
az aks get-credentials --resource-group ${{ secrets.AZURE_RESOURCE_GROUP }} --name ${{ secrets.AZURE_AKS_CLUSTER_NAME }}
sed -i 's/marxan.privatelink.westeurope.azmk8s.io:443/marxan.privatelink.westeurope.azmk8s.io:4433/g' ~/.kube/config
sed -i 's/\(marxan.privatelink.[[:alnum:]]+?.azmk8s.io\):443/\1:4433/g' ~/.kube/config
- name: Creating SSH tunnel
run: |
Expand Down

0 comments on commit d16edce

Please sign in to comment.