From 0dbecf9ff6bf39889666dbfdc5fbd1aba5150abb Mon Sep 17 00:00:00 2001 From: mbelbma <46251150+mbelbma@users.noreply.github.com> Date: Sat, 2 Jan 2021 11:45:49 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c96250b..1065b70 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { stage('Deploy App') { steps { script { - kubernetesDeploy(configs: "hellowhale.yml", kubeconfigId: "mykubeconfig") + kubernetesDeploy(configs: "hellowhale.yml", kubeconfigId: "kubelocal") } } }