From dba323ec5014b6dc7f05ca02b76495549492807f Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Thu, 13 Jan 2022 23:31:53 +0800 Subject: [PATCH] elasticsearch-dbapi --- superset/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/values.yaml b/superset/values.yaml index fe0f40a..66005fc 100644 --- a/superset/values.yaml +++ b/superset/values.yaml @@ -37,6 +37,7 @@ bootstrapScript: | rm -rf /var/lib/apt/lists/* && \ pip install \ psycopg2-binary==2.9.1 \ + elasticsearch-dbapi \ redis==3.5.3 && \ if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap; fi