Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1907605 + 69a8db4 commit 51df678Copy full SHA for 51df678
‎deploy/helm/templates/api-service/configMap.yaml
@@ -15,7 +15,7 @@ data:
15
{{- if .Values.redis.enabled }}
16
REDIS_URL: "redis://{{ $name }}-redis-master.{{ $nameSpace }}.svc.cluster.local:6379"
17
{{- else }}
18
- REDIS_URL: {{- .Values.redis.externalUrl | quote }}
+ REDIS_URL: {{ .Values.redis.externalUrl | quote }}
19
{{- end }}
20
{{- if .Values.apiService.nodeServiceUrl }}
21
LOWCODER_NODE_SERVICE_URL: {{ .Values.apiService.nodeServiceUrl | quote }}
0 commit comments