Skip to content

Commit

Permalink
Update railsserver container to use the correct helm variable (#61)
Browse files Browse the repository at this point in the history
* Update railsserver container to use the correct helm variable

Use the same helm variable as described in values.yaml and other containers in the pod.

* update chart version

Co-authored-by: André Bauer <[email protected]>
  • Loading branch information
cabillman and monotek authored Sep 26, 2020
1 parent 4c0b3c1 commit 7a29179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: zammad
version: 2.6.0
version: 2.6.1
appVersion: 3.5.0
description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
home: https://zammad.org
Expand Down
2 changes: 1 addition & 1 deletion zammad/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
- "-e"
- "production"
env:
{{- range $key, $value := .Values.env }}
{{- range $key, $value := .Values.extraEnv }}
- name: "{{ $key }}"
value: "{{ $value }}"
{{- end }}
Expand Down

0 comments on commit 7a29179

Please sign in to comment.