You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/07/05 05:28:23 UTC

[GitHub] [superset] fedaeho commented on issue #19909: DB auth error when try to run helm chart v0.6.0

fedaeho commented on issue #19909:
URL: https://github.com/apache/superset/issues/19909#issuecomment-1174629367

   Hi, I add `primary.initdb.user` and `primary.initdb.password` in `values.yaml` like below and it works.
   
   
   ```yaml
   ## Configuration values for the postgresql dependency.
   ## ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md
   postgresql:
     ...
     postgresqlPassword: superset
     ...
     primary:
       initdb:
         user: superset
         password: superset
      ...
   ```


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org