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