I am facing some issues related to the api-service ConfigMap template. The current values is REDIS_URL: {{- .Values.redis.externalUrl | quote }} and it should be the REDIS_URL: "redis://{{ .Values.redis.externalUrl }}".
Correct me if i am wrong. Above changes in template works for me.
Hi,
I am facing some issues related to the api-service ConfigMap template. The current values is
REDIS_URL: {{- .Values.redis.externalUrl | quote }}
and it should be theREDIS_URL: "redis://{{ .Values.redis.externalUrl }}"
. Correct me if i am wrong. Above changes in template works for me.Kind Regards, Rohit