From 29829d5b202d58e22bd42b7c2956fd02efadea25 Mon Sep 17 00:00:00 2001 From: "kevin.tumma@knecon.com" Date: Fri, 8 Dec 2023 11:05:15 +0100 Subject: [PATCH] Adjust if Statement --- templates/testsuite-pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/testsuite-pod.yaml b/templates/testsuite-pod.yaml index 35e473e..5567dd5 100644 --- a/templates/testsuite-pod.yaml +++ b/templates/testsuite-pod.yaml @@ -165,7 +165,7 @@ spec: requests: cpu: "500m" memory: "4096Mi" - {{- if and ( .Values.dvc ) ( .Values.dvc.sshKey ) -}} + {{- if and (.Values.dvc) (.Values.dvc.sshKey) }} volumeMounts: - mountPath: /keys name: ssh-keys-dvc