You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Kind Regards,
Rohit
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: