From 7b76ead4382185f9fe3fedf86dcc5a311f6b6b48 Mon Sep 17 00:00:00 2001 From: xyctruth <398041993@qq.com> Date: Tue, 22 Feb 2022 10:47:35 +0800 Subject: [PATCH] fix helm deployment mount configMap name --- charts/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index de2c04c..805b62c 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -67,4 +67,4 @@ spec: volumes: - name: config configMap: - name: dtm-conf + name: {{ include "dtm.fullname" . }}-conf