villebro commented on code in PR #31688:
URL: https://github.com/apache/superset/pull/31688#discussion_r1901259195
##########
helm/superset/values.yaml:
##########
@@ -120,10 +124,11 @@ extraConfigs: {}
# sqlalchemy_uri: example://example-db.local
# tables: []
-# -- Extra files to mount on `/app/pythonpath` as secrets
+# -- Extra files to be mount as Secrets on the path specified in
`configMountPath`
Review Comment:
```suggestion
# -- Extra files to be mounted as Secrets on the path specified in
`configMountPath`
```
##########
helm/superset/values.yaml:
##########
@@ -106,7 +106,7 @@ extraSecretEnv: {}
# # Generate your own secret key for encryption. Use openssl rand -base64
42 to generate a good key
# SUPERSET_SECRET_KEY: 'CHANGE_ME_TO_A_COMPLEX_RANDOM_SECRET'
-# -- Extra files to mount on `/app/pythonpath`
+# -- Extra files to be mount as ConfigMap on the path specified in
`extraConfigMountPath`
Review Comment:
```suggestion
# -- Extra files to be mounted as ConfigMap on the path specified in
`extraConfigMountPath`
```
--
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]