@@ -76,8 +76,8 @@ deployment:
7676 # --- General Section ---------------------------
7777 # -----------------------------------------------
7878 LOG_LEVEL : info
79- SUPERVISOR_LOGLEVEL :
80- DMS_VMAIL_UID :
79+ SUPERVISOR_LOGLEVEL :
80+ DMS_VMAIL_UID :
8181 DMS_VMAIL_GID :
8282 ACCOUNT_PROVISIONER :
8383 POSTMASTER_ADDRESS :
@@ -611,17 +611,15 @@ configMaps:
611611# # such as DKIM signing keys.
612612# #
613613# # secrets:
614- # # rspamd.example.com:
615- # # name: rspamd.example.com # This is the name of the Secret
616- # # create: true # If true, create a new Secret
617- # # path: rspamd.dkim.rsa-2048-mail-example.com.private.txt
618- # # data: abace # If create is true, then you must specify content. Must be base 64 encoded!
614+ # # - name: rspamd.example.com # This is the name of the Secret
615+ # # create: true # If true, create a new Secret
616+ # # path: rspamd.dkim.rsa-2048-mail-example.com.private.txt
617+ # # data: abace # If create is true, then you must specify content. Must be base 64 encoded!
619618# #
620- # # rspamd.dkim.rsa-2048-mail-example.com.public:
621- # # name: rspamd.dkim.rsa-2048-mail-example.com.public
622- # # create: true
623- # # path: rspamd/dkim/rsa-2048-mail-example.com.public
624- # # data: abace # If create is true, then you must specify content. Must be base 64 encoded!
619+ # # - name: rspamd.dkim.rsa-2048-mail-example.com.public
620+ # # create: true
621+ # # path: rspamd/dkim/rsa-2048-mail-example.com.public
622+ # # data: abace # If create is true, then you must specify content. Must be base 64 encoded!
625623# #
626624# # If you set the create key to false, then you must manually create the ConfigMaps before deploying the chart.
627625# #
0 commit comments