Updated documentation and added test

This commit is contained in:
Justin Zandbergen 2021-11-25 15:47:59 +01:00 committed by Boky
parent 7d884e4d32
commit 370c126b43
2 changed files with 2 additions and 0 deletions

View file

@ -490,6 +490,7 @@ Chart configuration is as follows:
| `config.postfix` | `{}` | Key-value list of general postfix options, e.g. `myhostname: "demo"` |
| `config.opendkim` | `{}` | Key-value list of general OpenDKIM options, e.g. `RequireSafeKeys: "yes"` |
| `secret` | `{}` | Key-value list of environment variables to be shared with Postfix / OpenDKIM as secrets |
| `existingSecret` | `""` | A reference to an existing opaque secret. Secret is mounted and exposed as environment variables in the pod |
| `mountSecret.enabled` | `false` | Create a folder with contents of the secret in the pod's container |
| `mountSecret.path` | `/var/lib/secret` | Where to mount secret data |
| `mountSecret.data` | `{}` | Key-value list of files to be mount into the container |

View file

@ -0,0 +1 @@
existingSecret: controller-generated-secret