diff --git a/Jenkinsfile b/Jenkinsfile index 5db6eb9..74cfdd6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,7 +145,7 @@ spec: stage('Deploy Helm Chart') { agent { label 'local' } steps { - sh 'helm install example-app my-helm-repo/example-app --version 1.0.0-SNAPSHOT --set port=8090 --set imagePullSecrets[0]=nexus-secret' + sh 'helm install example-app my-helm-repo/example-app --version 1.0.0-SNAPSHOT --set app.ports.http=8090 --set imagePullSecrets[0]=nexus-secret' } }