From 7041f856446e72c42b42eefceab290f249542086 Mon Sep 17 00:00:00 2001 From: "kevin.tumma@knecon.com" Date: Fri, 8 Dec 2023 10:50:36 +0100 Subject: [PATCH 1/2] Variable Mount of DVC SecretIf --- templates/testsuite-pod.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/testsuite-pod.yaml b/templates/testsuite-pod.yaml index 5ba91cb..6ea1368 100644 --- a/templates/testsuite-pod.yaml +++ b/templates/testsuite-pod.yaml @@ -165,6 +165,7 @@ spec: requests: cpu: "500m" memory: "4096Mi" + {{- if .Values.dvc.sshKey -}} volumeMounts: - mountPath: /keys name: ssh-keys-dvc @@ -175,3 +176,4 @@ spec: secret: defaultMode: 0400 secretName: ssh-keys-dvc + {{- end }} From 7eec24251ad214f1868ee1b8d620146e86dad433 Mon Sep 17 00:00:00 2001 From: "kevin.tumma@knecon.com" Date: Fri, 8 Dec 2023 10:51:16 +0100 Subject: [PATCH 2/2] Helm version Pump --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 3d9b9d4..18715bc 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ name: testsuite apiVersion: v2 -version: 4.0.0-100 +version: 4.0.0-101 appVersion: 4.0.0-96 description: The one and only gin-testsuite home: https://knecon.com