We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebdb91 commit cccb9faCopy full SHA for cccb9fa
helm/tuneperfect/templates/deployment.yaml
@@ -62,12 +62,12 @@ spec:
62
resources:
63
{{- toYaml $appConfig.resources | nindent 12 }}
64
{{- end }}
65
- {{- if and $appConfig.uploads.enabled $.Values.uploads.persistence.enabled }}
+ {{- if and $appConfig.uploads $appConfig.uploads.enabled $.Values.uploads.persistence.enabled }}
66
volumeMounts:
67
- name: uploads-storage
68
mountPath: {{ $appConfig.uploads.mountPath }}
69
70
71
volumes:
72
73
persistentVolumeClaim:
0 commit comments