diff --git a/.github/workflows/install-nginx-controller.yaml b/.github/workflows/install-nginx-controller.yaml index 594e87e..5f4e902 100644 --- a/.github/workflows/install-nginx-controller.yaml +++ b/.github/workflows/install-nginx-controller.yaml @@ -49,6 +49,10 @@ jobs: - name: Deploy to AKS id: deploy-ingress run: | + echo "Getting credentials from ${{ inputs.aks_cluster_name }} AKS cluster " + az aks get-credentials --resource-group ${{ inputs.aks_resource_group_name }} --name ${{ inputs.aks_cluster_name }} + kubelogin convert-kubeconfig -l azurecli + echo "Current Cluster Name is: $(kubectl config current-context)" echo "Installing ingress nginx controller using helm..."