From 0b910ed5482e8f7560cabd4f1842bab26c3c971d Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Wed, 4 Sep 2024 09:58:50 +0300 Subject: [PATCH] Use a subPath --- helm-chart/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/templates/deployment.yaml b/helm-chart/templates/deployment.yaml index fcac56f..5429b99 100644 --- a/helm-chart/templates/deployment.yaml +++ b/helm-chart/templates/deployment.yaml @@ -55,6 +55,7 @@ spec: {{- if .Values.yamlSettings.enabled }} - name: django-yamlconf mountPath: /opt/unnamed-thingity-thing/comptest/comptest.yaml + subPath: comptest.yaml {{- end }} volumes: - name: db