From 8d0f42a8f14b155a663b900d8e6c42d0cff47a10 Mon Sep 17 00:00:00 2001 From: "kevin.tumma@knecon.com" Date: Mon, 11 Dec 2023 13:11:55 +0100 Subject: [PATCH] Add UI Pod --- templates/testsuite-ui-pod.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/testsuite-ui-pod.yaml b/templates/testsuite-ui-pod.yaml index 264cf24..58f4c03 100644 --- a/templates/testsuite-ui-pod.yaml +++ b/templates/testsuite-ui-pod.yaml @@ -32,6 +32,7 @@ spec: requests: cpu: "500m" memory: "4096Mi" + {{- if and (.Values.dvc) (.Values.dvc.sshKey) }} volumeMounts: - mountPath: /keys name: ssh-keys-dvc @@ -42,4 +43,5 @@ spec: secret: defaultMode: 0400 secretName: ssh-keys-dvc + {{- end }} {{- end }}