Skip to content

Commit

Permalink
Fixes #20155 (#20273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ensky authored Jun 6, 2022
1 parent 5425504 commit 77e326f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/installation/running-on-kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ database drivers so that you can connect to those datasources in your Superset i
```yaml
bootstrapScript: |
#!/bin/bash
pip install psycopg2==2.8.5 \
pip install psycopg2==2.9.1 \
redis==3.2.1 \
pybigquery==2.26.0 \
elasticsearch-dbapi==0.2.5 &&\
Expand Down

0 comments on commit 77e326f

Please sign in to comment.