From 2d210bcfaa324d4f76edff50ab1ca206ac16cbe3 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Thu, 17 Oct 2024 13:31:50 +0530 Subject: [PATCH] resolve helm error --- helm/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 580b5542..f77ef50e 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -76,7 +76,6 @@ spec: secretKeyRef: name: {{.secretName }} key: {{.secretPasswordKey }} - {{- end }} volumeMounts: - name: service-config mountPath: /app/resources/configs/{{ .Chart.Name }}/application.conf