APi-service configMap yaml changes
rohit-co3046 opened this issue · 0 comments
rohit-co3046 commented
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 the REDIS_URL: "redis://{{ .Values.redis.externalUrl }}"
.
Correct me if i am wrong. Above changes in template works for me.
Kind Regards,
Rohit