Adjust if Statement
This commit is contained in:
parent
13b0918ece
commit
29829d5b20
@ -165,7 +165,7 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
memory: "4096Mi"
|
memory: "4096Mi"
|
||||||
{{- if and ( .Values.dvc ) ( .Values.dvc.sshKey ) -}}
|
{{- if and (.Values.dvc) (.Values.dvc.sshKey) }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /keys
|
- mountPath: /keys
|
||||||
name: ssh-keys-dvc
|
name: ssh-keys-dvc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user