Skip to content

Commit 9d3643a

Browse files
authoredSep 15, 2024··
Fix container.postfixsecurityContext (#211)
This is a typo, the field is named `container.postfix.securityContext`
1 parent 33a5edc commit 9d3643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ Chart configuration is as follows:
628628
| `pod.securityContext` | `{}` | Pods's [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
629629
| `pod.labels` | `{}` | Additional labels for the pod |
630630
| `pod.annotations` | `{}` | Additional annotations for the pod |
631-
| `container.postfixsecurityContext` | `{}` | Containers's [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
631+
| `container.postfix.securityContext` | `{}` | Containers's [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
632632
| `config.general` | `{}` | Key-value list of general configuration options, e.g. `TZ: "Europe/London"` |
633633
| `config.postfix` | `{}` | Key-value list of general postfix options, e.g. `myhostname: "demo"` |
634634
| `config.opendkim` | `{}` | Key-value list of general OpenDKIM options, e.g. `RequireSafeKeys: "yes"` |

0 commit comments

Comments
 (0)
Please sign in to comment.