Skip to content

Commit

Permalink
fix: Metabase deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Dec 10, 2024
1 parent d334320 commit abc2713
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ webeoc:
enabled: false # enable it in PRODUCTION for having pod disruption budget.
minAvailable: 1 # the minimum number of pods that must be available during the disruption budget.


#-- Metabase Values
metabase:
enabled: true
Expand Down Expand Up @@ -441,8 +440,8 @@ metabase-pg:
tag: 15.7.0
auth:
existingSecret: "{{ .Release.Name }}-metabase"
username: "metabase"
database: "metabase"
username: "postgres"
database: "postgres"
shmVolume:
enabled: false
backup:
Expand Down Expand Up @@ -476,4 +475,4 @@ metabase-pg:
limits:
cpu: 200m
memory: 500Mi
#-- End Metabase Values
#-- End Metabase Values

0 comments on commit abc2713

Please sign in to comment.