From 81affb4da4466f2247544cc0d8e2e7eb998d4c46 Mon Sep 17 00:00:00 2001 From: zwwhdls Date: Tue, 3 Sep 2024 15:39:08 +0800 Subject: [PATCH] add cm name in dashboard Signed-off-by: zwwhdls --- charts/juicefs-csi-driver/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/juicefs-csi-driver/templates/deployment.yaml b/charts/juicefs-csi-driver/templates/deployment.yaml index 70b45ee..2043b10 100644 --- a/charts/juicefs-csi-driver/templates/deployment.yaml +++ b/charts/juicefs-csi-driver/templates/deployment.yaml @@ -75,6 +75,8 @@ spec: name: juicefs-dashboard-secret key: password {{- end }} + - name: JUICEFS_CONFIG_NAME + value: {{ include "juicefs-csi.fullname" . }}-config ports: - containerPort: 8088 resources: