Switch kubeconfig to cli mode

This commit is contained in:
Marcin-Ramotowski 2025-05-08 20:40:50 +00:00
parent 84048ff5de
commit f55c8c9f2e

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
sh '''
az login --identity
az aks get-credentials --resource-group tst-aks-rg --name edu
kubelogin convert-kubeconfig -l azurecli
kubectl apply -f namespace.yaml
kubectl apply -f secret-store.yaml
kubectl apply -f deploy.yaml