Skip to content

Commit

Permalink
Merge pull request #142 from Frankst2/patch-1
Browse files Browse the repository at this point in the history
Update line numbers in links in README.md
  • Loading branch information
cfis authored Feb 3, 2025
2 parents 922448c + 42f02f0 commit 89f0ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "14.0.0"
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
name: docker-mailserver
version: 4.1.1
version: 4.1.2
sources:
- https://github.com/docker-mailserver/docker-mailserver-helm
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/docker-mailserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ Configuration files are stored on a Kubernetes [volume](#persistence) mounted at

### ConfigMaps

Its is also possible to use ConfigMaps to mount configuration files in the container. This is done by adding to the `configFiles` key in a custom `values.yaml` file. For more information please see the [documentation](./values.yaml#L425) in values.yaml
Its is also possible to use ConfigMaps to mount configuration files in the container. This is done by adding to the `configFiles` key in a custom `values.yaml` file. For more information please see the [documentation](./values.yaml#L453) in values.yaml

### Secrets

Secrets can also be used to mount configuration files in the container. For example, dkim keys could be stored in a secret as opposed to a file in the `mail-config` volume. Once again, for more information please see the [documentation](./values.yaml#L600) in values.yaml
Secrets can also be used to mount configuration files in the container. For example, dkim keys could be stored in a secret as opposed to a file in the `mail-config` volume. Once again, for more information please see the [documentation](./values.yaml#L610) in values.yaml

## Values YAML

Expand Down

0 comments on commit 89f0ffa

Please sign in to comment.