Skip to content

Commit 51df678

Browse files
authored
Merge branch 'main' into fix_Chinese_environment_not_work
2 parents 1907605 + 69a8db4 commit 51df678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/templates/api-service/configMap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data:
1515
{{- if .Values.redis.enabled }}
1616
REDIS_URL: "redis://{{ $name }}-redis-master.{{ $nameSpace }}.svc.cluster.local:6379"
1717
{{- else }}
18-
REDIS_URL: {{- .Values.redis.externalUrl | quote }}
18+
REDIS_URL: {{ .Values.redis.externalUrl | quote }}
1919
{{- end }}
2020
{{- if .Values.apiService.nodeServiceUrl }}
2121
LOWCODER_NODE_SERVICE_URL: {{ .Values.apiService.nodeServiceUrl | quote }}

0 commit comments

Comments
 (0)