fix: helm chart comment on SECRET_KEY (#26674)

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
Daniel Vaz Gaspar 2024-01-24 21:36:18 +00:00 committed by GitHub
parent 73c6abde5e
commit 2bb0b46b55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ maintainers:
- name: craig-rueda - name: craig-rueda
email: craig@craigrueda.com email: craig@craigrueda.com
url: https://github.com/craig-rueda url: https://github.com/craig-rueda
version: 0.12.0 version: 0.12.1
dependencies: dependencies:
- name: postgresql - name: postgresql
version: 12.1.6 version: 12.1.6

View File

@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
# superset # superset
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square)
Apache Superset is a modern, enterprise-ready business intelligence web application Apache Superset is a modern, enterprise-ready business intelligence web application

View File

@ -165,8 +165,8 @@ configOverrides: {}
# # The default user self registration role # # The default user self registration role
# AUTH_USER_REGISTRATION_ROLE = "Admin" # AUTH_USER_REGISTRATION_ROLE = "Admin"
# secret: | # secret: |
# # Generate your own secret key for encryption. Use openssl rand -base64 42 to generate a good key # # Generate your own secret key for encryption. Use `openssl rand -base64 42` to generate a good key
# SECRET_KEY = 'YOUR_OWN_RANDOM_GENERATED_SECRET_KEY' # SECRET_KEY = 'CHANGE_ME_TO_A_COMPLEX_RANDOM_SECRET'
# -- Same as above but the values are files # -- Same as above but the values are files
configOverridesFiles: {} configOverridesFiles: {}