From f55c8c9f2e74fa214e3b0e7bbf867ba87ccd1d0c Mon Sep 17 00:00:00 2001 From: Marcin-Ramotowski Date: Thu, 8 May 2025 20:40:50 +0000 Subject: [PATCH] Switch kubeconfig to cli mode --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 18f078a..656c182 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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