This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch secret-key-must-change-for-prod in repository https://gitbox.apache.org/repos/asf/superset.git
commit daa5ca346f63dcf8a0c946097eea6d4f22a12961 Author: Evan Rusackas <[email protected]> AuthorDate: Tue Apr 9 14:40:24 2024 -0600 docs(k8s): making it clear users MUST update secrets for prod instances. --- docs/docs/installation/running-on-kubernetes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/running-on-kubernetes.mdx b/docs/docs/installation/running-on-kubernetes.mdx index 2f6732ec7c..d066dee66f 100644 --- a/docs/docs/installation/running-on-kubernetes.mdx +++ b/docs/docs/installation/running-on-kubernetes.mdx @@ -93,7 +93,7 @@ Depending how you configured external access, the URL will vary. Once you've ide #### Security settings -Default security settings and passwords are included but you **SHOULD** override those with your own, in particular: +Default security settings and passwords are included but you **SHOULD** override those with your own for `dev` instances, and **MUST** update them to run `prod` instances, in particular: ```yaml postgresql:
