Skip to content

Commit a8cb01f

Browse files
dploegerDennis Ploeger
authored andcommitted
fix: Fixed azurecli convert-kubeconfig
1 parent aece08c commit a8cb01f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

feature/kubernetes/install-azure.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ EOF
5656
if ${AZ_USE_ARM_SPI:-false};
5757
then
5858
args+=("-l" "spn")
59+
else
60+
args+=("-l" "azurecli")
5961
fi
6062

6163
execHandle "Converting credentials to kubelogin" kubelogin convert-kubeconfig "${args[@]}"

0 commit comments

Comments
 (0)