NikoJ commented on issue #22098:
URL: https://github.com/apache/superset/issues/22098#issuecomment-1469663520
You will need to create a `values.yaml` file where you override
`bootstrapScript`.
Example:
```yaml
...
bootstrapScript: |
#!/bin/bash
pip install psycopg2==2.9.1 \
redis==3.2.1 \
clickhouse-connect==0.5.3 &&\
if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{
.Values.runAsUser }}" > ~/bootstrap; fi
...
```
Read more
[here](https://superset.apache.org/docs/installation/running-on-kubernetes/)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]