Skip to content

Commit

Permalink
chore: install duckdb in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
fr3fou committed Jul 29, 2024
1 parent 0633311 commit 6670c1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/superset/superset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
repository: apache/superset
tag: 4.0.2
runAsUser: ${USER_UID}
bootstrapScript: |
#!/bin/bash
pip install duckdb-engine==0.13.1
if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap; fi
extraSecretEnv:
SUPERSET_SECRET_KEY: ENC[AES256_GCM,data:T170IvcZSL/P0q0ynMUXoBNrZss92LBegyMBM7cEH5sWKvJjQNXNhyyt,iv:6Prg+1JZwWRnKJ5LQPOH5F2LkZErddT7Q20rSvrjy1c=,tag:sfiu8bcCH18Js+hDBpUchA==,type:str]
ingress:
Expand Down

0 comments on commit 6670c1b

Please sign in to comment.