From 251b669b5e5b2ddbbc7f3c8f3bf09e3c06e5a2c3 Mon Sep 17 00:00:00 2001 From: renolation Date: Fri, 19 Jun 2026 15:24:34 +0700 Subject: [PATCH] a --- charts/dbiz-springboot/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/dbiz-springboot/templates/deployment.yaml b/charts/dbiz-springboot/templates/deployment.yaml index c273b8d..a0dd1db 100644 --- a/charts/dbiz-springboot/templates/deployment.yaml +++ b/charts/dbiz-springboot/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: - name: {{ $k }} valueFrom: secretKeyRef: - name: {{ $.Release.Name }}-secret + name: {{ $.Values.secretName }} key: {{ $k }} {{- end }} readinessProbe: