Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix(dev): Set postgres password
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 8, 2023
1 parent 126b6d9 commit eafd16b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/apps/dev/superset/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ spec:
uninstall:
keepHistory: false
values:
postgresql:
postgresqlPassword: superset
extraEnv:
DB_PASS: superset
ingress:
enabled: true
annotations:
Expand Down

0 comments on commit eafd16b

Please sign in to comment.