sule26 commented on code in PR #31688:
URL: https://github.com/apache/superset/pull/31688#discussion_r1901271801
##########
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:
Honestly, some changes were made automatically when I saved the file in VS
Code. I'm planning to revert some of them, but I think a few might be
beneficial since many projects use this format.
Before:
```yaml
test:
{}
```
Now:
```yaml
test: {}
```
I believe the updated format is more concise and aligns better with common
YAML conventions. Let me know your thoughts.
--
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]