openblocks-dev / openblocks

🔥 🔥 🔥 The Open Source Retool Alternative
https://cloud.openblocks.dev
GNU Affero General Public License v3.0
5.67k stars 335 forks source link

APi-service configMap yaml changes #372

Open rohit-co3046 opened 1 year ago

rohit-co3046 commented 1 year ago

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