diff --git a/deployment/cicd/Jenkinsfile b/deployment/cicd/Jenkinsfile index 75d2348..5f65464 100644 --- a/deployment/cicd/Jenkinsfile +++ b/deployment/cicd/Jenkinsfile @@ -82,7 +82,6 @@ podTemplate( stage("Setup Kubernetes") { container('kubectl') { sh """ - kubectl config use-context ${props.k8s_context} || echo "Context switch skipped" kubectl create namespace ${props.namespace} --dry-run=client -o yaml | kubectl apply -f - """ }