diff --git a/Jenkinsfile b/Jenkinsfile index bcee71b..a55a22b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -146,7 +146,6 @@ spec: stage('Deploy with Helm') { steps { sh 'kubectl version --client' - } // sh 'helm repo add my-helm-repo http://localhost:8081/repository/my-helm-repo/' // sh 'helm repo update' //sh 'helm install example-app my-helm-repo/example-app --set port=8090'