dpgaspar commented on a change in pull request #14512:
URL: https://github.com/apache/superset/pull/14512#discussion_r754911103
##########
File path: docs/src/pages/docs/installation/kubernetes.mdx
##########
@@ -94,25 +94,18 @@ postgresql:
#### Dependencies
-You can specify pip packages to be installed before startup, e.g. to install
extra database drivers:
+You can specify pip packages to be installed before startup. The following
example installs the Big Query and Elasticsearch database drivers so that you
can connect to those datasources in your Superset installation.
Review comment:
Let's include the comment on the values config file:
```
# Install additional packages and do any other bootstrap configuration in
this script
# For production clusters it's recommended to build own image with this step
done in CI
```
Since we should not encourage the use of a bootstrap script to install OS or
python packages
--
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]