Switch kubeconfig to cli mode
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user