Variable Mount of DVC SecretIf

This commit is contained in:
kevin.tumma@knecon.com 2023-12-08 10:50:36 +01:00
parent dc76b1d3b6
commit 7041f85644

View File

@ -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 }}