From 8011fe0bbfbd419258f813b53c3f679f115c61e9 Mon Sep 17 00:00:00 2001 From: lmaldacker Date: Wed, 24 Jan 2024 14:32:14 +0100 Subject: [PATCH] RED-8362: Fix template --- templates/testsuite-pod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/testsuite-pod.yaml b/templates/testsuite-pod.yaml index b7ff330..9530e23 100644 --- a/templates/testsuite-pod.yaml +++ b/templates/testsuite-pod.yaml @@ -111,9 +111,9 @@ spec: - name: LOADTEST_DURATION value: {{ .Values.test.config.loadtest.duration | quote }} - name: DEBUG_FILE - value: { { .Values.test.config.debug.file | quote } } + value: {{ .Values.test.config.debug.file | quote }} - name: DEBUG_DOSSIER - value: { { .Values.test.config.debug.dossier | quote } } + value: {{ .Values.test.config.debug.dossier | quote }} - name: INFRA_USER value: {{ .Values.test.config.infratest.user | quote }} - name: INFRA_PASSWORD