Skip to content

Commit 7bb34ec

Browse files
committed
Merge branch 'master-original' into feature/add-volume-subpaths
# Conflicts: # charts/docker-mailserver/Chart.yaml
2 parents 045c15c + 89f0ffa commit 7bb34ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/docker-mailserver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ Configuration files are stored on a Kubernetes [volume](#persistence) mounted at
9898

9999
### ConfigMaps
100100

101-
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
101+
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
102102

103103
### Secrets
104104

105-
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
105+
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
106106

107107
## Values YAML
108108

0 commit comments

Comments
 (0)