From 9d3643a805c257b52389a7e0e4561819c20da96f Mon Sep 17 00:00:00 2001 From: Sushain Cherivirala Date: Sun, 15 Sep 2024 00:40:35 -0700 Subject: [PATCH] Fix `container.postfixsecurityContext` (#211) 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"` |