Skip to content

Commit 69a8db4

Browse files
authored
Merge pull request #284 from elee1766/patch-1
fix externalUrl redis for helm chart
2 parents 9c11168 + 641fab1 commit 69a8db4

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)