From 6271f8bc67d9468da5728b2245a8f8dc6d2bedcc Mon Sep 17 00:00:00 2001 From: konsthol Date: Thu, 22 May 2025 16:25:19 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7868e86..25dd669 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,7 +83,7 @@ spec: stage('Change deployment.yaml to include nexus-secret') { steps { container('maven') { - sh 'sed -i "/containers:/i\ imagePullSecrets:\n - name: nexus-secret" target/helm/kubernetes/example-app/templates/deployment.yaml' + sh 'sed -i "/containers:/i\ \ \ \ \ \ imagePullSecrets:\\n - name: nexus-secret" target/helm/kubernetes/example-app/templates/deployment.yaml' } } }