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: