Skip to content

Commit 11b6016

Browse files
authored
chore: remove default for sensitive values
1 parent 242a210 commit 11b6016

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

charts/docker-mailserver/values.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ deployment:
155155
LDAP_START_TLS:
156156
LDAP_SERVER_HOST:
157157
LDAP_SEARCH_BASE:
158-
LDAP_BIND_DN:
159-
LDAP_BIND_PW:
158+
# set those unless you're using a secret
159+
#LDAP_BIND_DN:
160+
#LDAP_BIND_PW:
160161
LDAP_QUERY_FILTER_USER:
161162
LDAP_QUERY_FILTER_GROUP:
162163
LDAP_QUERY_FILTER_ALIAS:
@@ -187,8 +188,9 @@ deployment:
187188
SASLAUTHD_MECHANISMS:
188189
SASLAUTHD_MECH_OPTIONS:
189190
SASLAUTHD_LDAP_SERVER:
190-
SASLAUTHD_LDAP_BIND_DN:
191-
SASLAUTHD_LDAP_PASSWORD:
191+
# set those unless you're using a secret
192+
#SASLAUTHD_LDAP_BIND_DN:
193+
#SASLAUTHD_LDAP_PASSWORD:
192194
SASLAUTHD_LDAP_SEARCH_BASE:
193195
SASLAUTHD_LDAP_FILTER:
194196
SASLAUTHD_LDAP_START_TLS:
@@ -219,7 +221,8 @@ deployment:
219221
RELAY_HOST:
220222
RELAY_PORT: 25
221223
RELAY_USER:
222-
RELAY_PASSWORD:
224+
# set those unless you're using a secret
225+
#RELAY_PASSWORD:
223226

224227
securityContext:
225228
runAsUser: 5000

0 commit comments

Comments
 (0)