-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,12 +168,12 @@ features: | |
port: | ||
# -- Sender address of emails that will be sent. Example: 'ownCloud <[email protected]>' | ||
sender: | ||
# -- Authentication method for the SMTP communication. Possible values are ‘login’, ‘plain’, ‘crammd5’, ‘none’ | ||
# -- Authentication method for the SMTP communication. Possible values are ‘login’, ‘plain’, ‘crammd5’, ‘none’, 'auto' | ||
# If set to another value than `none`, a secret referenced by `notificationsSmtpSecretRef` needs to be present. | ||
authentication: none | ||
# -- Encryption method for the SMTP communication. Possible values are ‘starttls’, ‘ssltls’, ‘auto’ and ‘none’. | ||
# -- Values 'ssl' and 'tls' are deprecated and will be removed in version "6.0.0". Use 'starttls' instead of 'tls' and 'ssltls' instead of 'ssl'. | ||
encryption: auto | ||
authentication: auto | ||
# -- Encryption method for the SMTP communication. Possible values are ‘starttls’, ‘ssltls’ and ‘none’. | ||
# -- Values 'ssl' and 'tls' are deprecated and will be removed in oCIS release 6.0.0. Use 'starttls' instead of 'tls' and 'ssltls' instead of 'ssl'. | ||
encryption: none | ||
branding: | ||
# -- Enables mail branding. If enabled, you need to provide the text and html template ConfigMap. | ||
# The image ConfigMap is optional. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,12 +167,12 @@ features: | |
port: | ||
# -- Sender address of emails that will be sent. Example: 'ownCloud <[email protected]>' | ||
sender: | ||
# -- Authentication method for the SMTP communication. Possible values are ‘login’, ‘plain’, ‘crammd5’, ‘none’ | ||
# -- Authentication method for the SMTP communication. Possible values are ‘login’, ‘plain’, ‘crammd5’, ‘none’, 'auto' | ||
# If set to another value than `none`, a secret referenced by `notificationsSmtpSecretRef` needs to be present. | ||
authentication: none | ||
# -- Encryption method for the SMTP communication. Possible values are ‘starttls’, ‘ssltls’, ‘auto’ and ‘none’. | ||
# -- Values 'ssl' and 'tls' are deprecated and will be removed in version "6.0.0". Use 'starttls' instead of 'tls' and 'ssltls' instead of 'ssl'. | ||
encryption: auto | ||
authentication: auto | ||
# -- Encryption method for the SMTP communication. Possible values are ‘starttls’, ‘ssltls’ and ‘none’. | ||
# -- Values 'ssl' and 'tls' are deprecated and will be removed in oCIS release 6.0.0. Use 'starttls' instead of 'tls' and 'ssltls' instead of 'ssl'. | ||
encryption: none | ||
branding: | ||
# -- Enables mail branding. If enabled, you need to provide the text and html template ConfigMap. | ||
# The image ConfigMap is optional. | ||
|