Skip to content

Commit b94007d

Browse files
authored
Merge pull request #30 from simonsystem/use-plural-named-dovecot-attrs-in-values
Fix wrong non-plural named dovecot_*_attr values
2 parents c468c42 + 9e26c53 commit b94007d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/docker-mailserver/templates/_upstream-env-variables.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ We list them here (and include this template in deployment.yaml) to keep deploym
9797
value: {{ .Values.pod.dockermailserver.dovecot_auth_bind | quote }}
9898
- name: DOVECOT_USER_FILTER
9999
value: {{ .Values.pod.dockermailserver.dovecot_user_filter | quote }}
100-
- name: DOVECOT_USER_ATTR
101-
value: {{ .Values.pod.dockermailserver.dovecot_user_attr | quote }}
100+
- name: DOVECOT_USER_ATTRS
101+
value: {{ .Values.pod.dockermailserver.dovecot_user_attrs | quote }}
102102
- name: DOVECOT_PASS_FILTER
103103
value: {{ .Values.pod.dockermailserver.dovecot_pass_filter | quote }}
104104
- name: DOVECOT_PASS_ATTRS

charts/docker-mailserver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ pod:
185185
dovecot_default_pass_scheme:
186186
dovecot_auth_bind:
187187
dovecot_user_filter:
188-
dovecot_user_attr:
188+
dovecot_user_attrs:
189189
dovecot_pass_filter:
190190
dovecot_pass_attrs:
191191
enable_postgrey: 0

0 commit comments

Comments
 (0)