github.com/Azure/aad-pod-identity@v1.8.17/tutorial/scripts/3-deploy-demo/4-deploy-id-binding.sh (about) 1 #!/bin/bash 2 3 cd "${0%/*}" 4 5 set -e 6 7 echo "To give the Azure Id to the cluster, update the deploy/aadpodidentitybinding.yaml spec with \ 8 your binding name from step 3's AzureIdentity, and a pod selector to assign tge Id" 9 10 read -p "Press enter to continue" 11 12 set -x 13 14 kubectl apply -f ../../../../deploy/demo/aadpodidentitybinding.yaml