From 34b6cb1766860c36a0c4f9d42011be0558a41a51 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Thu, 17 Oct 2024 13:34:21 +0530 Subject: [PATCH] add end to deployment config --- helm/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index f77ef50e..065eed07 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -76,6 +76,8 @@ spec: secretKeyRef: name: {{.secretName }} key: {{.secretPasswordKey }} + {{- end }} + {{- end }} volumeMounts: - name: service-config mountPath: /app/resources/configs/{{ .Chart.Name }}/application.conf