Azure / kubelogin

A Kubernetes credential (exec) plugin implementing azure authentication
https://azure.github.io/kubelogin/
MIT License
489 stars 92 forks source link

Use AZURE_CONFIG_DIR in kubelogin command example #522

Closed tspearconquest closed 1 month ago

tspearconquest commented 1 month ago

When calling kubelogin with AZURE_CONFIG_DIR already set in a Jenkins job, just use that variable on the command line for consistency with the variable Jenkins is using, instead of doing $WORKSPACE/.azure which might not be where AZURE_CONFIG_DIR points to.