summaryrefslogtreecommitdiffstats
path: root/helm
diff options
context:
space:
mode:
Diffstat (limited to 'helm')
-rw-r--r--helm/wekan/templates/deployment.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/helm/wekan/templates/deployment.yaml b/helm/wekan/templates/deployment.yaml
index e5bf2018..68dbf75c 100644
--- a/helm/wekan/templates/deployment.yaml
+++ b/helm/wekan/templates/deployment.yaml
@@ -37,6 +37,12 @@ spec:
value: {{ .Values.root_url | default "https://wekan.local" | quote }}
- name: MONGO_URL
value: "{{ template "mongodb-replicaset.url" . }}"
+ {{- range $key := .Values.env }}
+ {{- if .value }}
+ - name: {{ .name }}
+ value: {{ .value | quote }}
+ {{- end }}
+ {{- end }}
livenessProbe:
httpGet:
path: /