From b08645385a252442e86609afe50ba2c118edea9a Mon Sep 17 00:00:00 2001 From: Sushain Cherivirala Date: Thu, 12 Sep 2024 01:48:31 -0500 Subject: [PATCH] Fix `container.postfixsecurityContext` This is a typo, the field is named `container.postfix.securityContext` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab2fb10..d2f081c 100644 --- a/README.md +++ b/README.md @@ -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.labels` | `{}` | Additional labels 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.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"` |