removed whitespace

This commit is contained in:
2025-05-26 14:24:25 +03:00
parent cd43d42f3b
commit f2c8e133aa

18
Jenkinsfile vendored
View File

@@ -143,20 +143,20 @@ spec:
steps {
script {
deployHelm(
"example-app",
"my-helm-repo",
"example-app",
"1.0.0-SNAPSHOT",
env.KUBERNETES_API,
env.KUBERNETES_TOKEN,
"example-app",
"my-helm-repo",
"example-app",
"1.0.0-SNAPSHOT",
env.KUBERNETES_API,
env.KUBERNETES_TOKEN,
["app.image": "localhost:31050/my-docker-repo/example-app:latest", "app.ports.http": 8090, "app.secret": "nexus-secret"]
)
}
}
}
}
post {
success {