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

@@ -697,6 +697,8 @@ init:
echo "Importing database connections.... "
superset import_datasources -p {{ .Values.extraConfigMountPath }}/import_datasources.yaml
fi
# -- Launch additional containers into init job pod
extraContainers: []
## Annotations to be added to init job pods
podAnnotations: {}
podSecurityContext: {}