mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22:14:26 +08:00
Fix container.postfixsecurityContext
This is a typo, the field is named `container.postfix.securityContext`
This commit is contained in:
parent
33a5edce05
commit
b08645385a
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ Chart configuration is as follows:
|
||||||
| `pod.securityContext` | `{}` | Pods's [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
|
| `pod.securityContext` | `{}` | Pods's [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
|
||||||
| `pod.labels` | `{}` | Additional labels for the pod |
|
| `pod.labels` | `{}` | Additional labels for the pod |
|
||||||
| `pod.annotations` | `{}` | Additional annotations for the pod |
|
| `pod.annotations` | `{}` | Additional annotations for the pod |
|
||||||
| `container.postfixsecurityContext` | `{}` | Containers's [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
|
| `container.postfix.securityContext` | `{}` | Containers's [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
|
||||||
| `config.general` | `{}` | Key-value list of general configuration options, e.g. `TZ: "Europe/London"` |
|
| `config.general` | `{}` | Key-value list of general configuration options, e.g. `TZ: "Europe/London"` |
|
||||||
| `config.postfix` | `{}` | Key-value list of general postfix options, e.g. `myhostname: "demo"` |
|
| `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"` |
|
| `config.opendkim` | `{}` | Key-value list of general OpenDKIM options, e.g. `RequireSafeKeys: "yes"` |
|
||||||
|
|
Loading…
Add table
Reference in a new issue