Skip to content

Commit d9837f8

Browse files
committed
fix bug
1 parent 90daf85 commit d9837f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/helm/templates/identity/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ data:
2626
SMTP_EMAIL: {{ .Values.identity.config.smtpEmail }}
2727
SMTP_PASS: {{ .Values.identity.config.smtpPass }}
2828
SMTP_FROM: {{ .Values.identity.config.smtpFrom }}
29-
SMTP_AUTH: {{ .Values.identity.config.smtpAuth | 604800000 }}
30-
JWT_EXPIRATION: {{ .Values.identity.config.jwtExpiration | quote }}
29+
SMTP_AUTH: {{ .Values.identity.config.smtpAuth | quote }}
30+
JWT_EXPIRATION: {{ .Values.identity.config.jwtExpiration | 604800000 }}
3131
SMTP_STARTTLS: {{ .Values.identity.config.smtpStartTLS | quote }}
3232
SERVER_PORT: {{ .Values.identity.port | quote }}
3333
API_GATEWAY_URL: {{ if .Values.apiGatewayServiceInstall }}"https://{{ .Values.apiGatewayService.service.name }}"{{ else }}{{ .Values.apiGatewayServiceUrl }}{{ end }}

0 commit comments

Comments
 (0)