Skip to content

Commit

Permalink
Fix #20 (#23)
Browse files Browse the repository at this point in the history
* fix #20

* Update Chart.yaml

* Update secrets.yaml

* Update statefulset.yaml
  • Loading branch information
zifeo authored and monotek committed Jun 18, 2019
1 parent 4492ccd commit 06de667
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: 1.1.0
version: 1.1.1
appVersion: 3.0.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 @@ -84,7 +84,7 @@ spec:
- name: "POSTGRESQL_PASS"
valueFrom:
secretKeyRef:
name: "{{ .Release.Name }}-postgresql-pass"
name: "{{ template "zammad.fullname" . }}-postgresql-pass"
key: "postgresql-pass"
- name: "POSTGRESQL_DB"
value: "{{ .Values.envConfig.postgresql.db }}"
Expand Down

0 comments on commit 06de667

Please sign in to comment.