feat(helm): Add option to deploy extra containers to init job (#25783)

This commit is contained in:
Tom Murphy
2023-10-31 13:19:55 +11:00
committed by GitHub
parent 74dbada473
commit 0f01d9b08f
4 changed files with 8 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
# superset
![Version: 0.10.11](https://img.shields.io/badge/Version-0.10.11-informational?style=flat-square)
![Version: 0.10.12](https://img.shields.io/badge/Version-0.10.12-informational?style=flat-square)
Apache Superset is a modern, enterprise-ready business intelligence web application
@@ -91,6 +91,7 @@ helm install my-superset superset/superset
| init.containerSecurityContext | object | `{}` | |
| init.createAdmin | bool | `true` | |
| init.enabled | bool | `true` | |
| init.extraContainers | list | `[]` | Launch additional containers into init job pod |
| init.initContainers | list | a container waiting for postgres | List of initContainers |
| init.initscript | string | a script to create admin user and initialize roles | A Superset init script |
| init.jobAnnotations."helm.sh/hook" | string | `"post-install,post-upgrade"` | |