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") } } }