Adjust if Statement

This commit is contained in:
kevin.tumma@knecon.com 2023-12-08 11:05:15 +01:00
parent 13b0918ece
commit 29829d5b20

View File

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