File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deploy/helm/templates/identity Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments