From f2c8e133aab8b4610f8d0b726fd5fc6f763246d8 Mon Sep 17 00:00:00 2001 From: konsthol Date: Mon, 26 May 2025 14:24:25 +0300 Subject: [PATCH] removed whitespace --- Jenkinsfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0398b1f..94a74a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {