mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
feat(helm): Add option to deploy extra containers to init job (#25783)
This commit is contained in:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user