Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user