[bitnami/nginx] add extraInitContainers (#5083)

Co-authored-by: Беспалов Сергей Михайлович <bespalov@srvhub.ru>
This commit is contained in:
Sergey Bespalov
2021-01-20 12:36:58 +03:00
committed by GitHub
parent b1bf54ddff
commit 5b4ed6cb36
4 changed files with 9 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ The following tables lists the configurable parameters of the NGINX chart and th
| `extraVolumes` | Array to add extra volumes | `[]` (evaluated as a template) |
| `extraVolumeMounts` | Array to add extra mount | `[]` (evaluated as a template) |
| `sidecars` | Attach additional containers to nginx pods | `nil` |
| `initContainers` | Additional init containers (this value is evaluated as a template) | `[]` |
### Custom NGINX application parameters