Browse Source

fix: fix mongo uri

pull/122/head
Bruno Bernard 7 months ago
parent
commit
c89d405006
  1. 2
      charts/textbee/Chart.yaml
  2. 2
      charts/textbee/templates/web-deployment.yaml

2
charts/textbee/Chart.yaml

@ -3,6 +3,6 @@ name: textbee
description: A Helm chart to deploy TextBee.
type: application
version: 0.1.3
version: 0.1.4
appVersion: "v2.6.2"

2
charts/textbee/templates/web-deployment.yaml

@ -35,7 +35,7 @@ spec:
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: {{ .Values.globals.mongo_uri.secretName | default (include "textbee.fullname" .) }}-mongo-uri
name: {{ .Values.globals.mongo_uri.secretName }}
key: {{ .Values.globals.mongo_uri.secretKey }}
envFrom:
- secretRef:

Loading…
Cancel
Save