File tree 1 file changed +2
-2
lines changed
charts/sentry/templates/relay
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
99
name : {{ .Values.externalRedis.existingSecret }}
100
100
key : {{ default "redis-password" .Values.externalRedis.existingSecretKey }}
101
101
- name : RELAY_REDIS_URL
102
- value : {{ $redisProto }}://$(HELM_CHARTS_RELAY_REDIS_PASSWORD_CONTROLLED)@{{ $redisHost }}:{{ $redisPort }}/{{ $redisDb }}
102
+ value : {{ $redisProto }}://: $(HELM_CHARTS_RELAY_REDIS_PASSWORD_CONTROLLED)@{{ $redisHost }}:{{ $redisPort }}/{{ $redisDb }}
103
103
{{- end }}
104
104
{{- if .Values.relay.init.env }}
105
105
{{ toYaml .Values.relay.init.env | indent 12 }}
@@ -141,7 +141,7 @@ spec:
141
141
name : {{ .Values.externalRedis.existingSecret }}
142
142
key : {{ default "redis-password" .Values.externalRedis.existingSecretKey }}
143
143
- name : RELAY_REDIS_URL
144
- value : {{ $redisProto }}://$(HELM_CHARTS_RELAY_REDIS_PASSWORD_CONTROLLED)@{{ $redisHost }}:{{ $redisPort }}/{{ $redisDb }}
144
+ value : {{ $redisProto }}://: $(HELM_CHARTS_RELAY_REDIS_PASSWORD_CONTROLLED)@{{ $redisHost }}:{{ $redisPort }}/{{ $redisDb }}
145
145
{{- end }}
146
146
{{- if .Values.relay.env }}
147
147
{{ toYaml .Values.relay.env | indent 8 }}
You can’t perform that action at this time.
0 commit comments