-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add additionalMounts and additionalVolumeMounts to values and deploym…
…ent. (#40) This is to simplify injecting dynamic configuration files (for example postfix maps modified by an external program) into the container. Bump chart version to 0.3.1.
- Loading branch information
Showing
3 changed files
with
16 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -59,6 +59,15 @@ ssl: | |
psp: | ||
create: true | ||
|
||
## Mount additional volumes into the container. Useful for persistent logs or | ||
## injecting additional config files. | ||
#additionalVolumes: | ||
# - name: "additional" | ||
# emptyDir: {} | ||
#additionalVolumeMounts: | ||
# - name: additional | ||
# mountPath: /additional | ||
|
||
demoMode: | ||
# demoMode.enabled ignores the contents of helm-chart/docker-mailserver/config and creates minimal static configuration to be used instead. A single account (user "[email protected]", password "password") will be configured for the purpose of validating core functions and connectivity, before applying user config | ||
enabled: true | ||
|