Skip to content

Commit

Permalink
Fixes #217 - auto_wizard settings do not work (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored Sep 28, 2023
1 parent cedb1d7 commit 24e0b56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad
version: 10.0.0
version: 10.0.1
appVersion: 6.1.0-22
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
4 changes: 4 additions & 0 deletions zammad/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ spec:
env:
- name: TMP
value: {{ .Values.zammadConfig.railsserver.tmpdir }}
{{- if .Values.autoWizard.enabled }}
- name: AUTOWIZARD_RELATIVE_PATH
value: var/auto_wizard.json
{{- end }}
{{- if or .Values.zammadConfig.redis.pass .Values.secrets.redis.useExisting }}
- name: REDIS_PASSWORD
valueFrom:
Expand Down

0 comments on commit 24e0b56

Please sign in to comment.