RocketChat / helm-charts

Repository for RocketChat helm charts
36 stars 67 forks source link

Why ROOT_URL env has harcoded https protocol? #105

Open ahmadidev opened 12 months ago

ahmadidev commented 12 months ago

Why ROOT_URL env is hardcoded https in this line? github.com/RocketChat/helm-charts/blob/master/rocketchat/templates/chat-deployment.yaml

- name: ROOT_URL
  value: https://{{ .Values.host }}