Skip to content

Commit

Permalink
chore: disable persistentVolume for pgadmin4
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed May 15, 2024
1 parent c6f6ffa commit f5e6755
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies:
version: 0.0.4
repository: https://eclipse-tractusx.github.io/charts/dev
condition: dataconsumerTwo.enabled
# pgadmin4
# pgadmin4 as helper tool for easy database access
- condition: pgadmin4.enabled
name: pgadmin4
repository: https://helm.runix.net
Expand Down
3 changes: 3 additions & 0 deletions charts/umbrella/values-adopter-data-exchange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,6 @@ dataconsumerTwo:

pgadmin4:
enabled: true
# -- uncomment the following for persistance
# persistentVolume:
# enabled: true
3 changes: 3 additions & 0 deletions charts/umbrella/values-adopter-portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ tx-data-provider:

pgadmin4:
enabled: true
# -- uncomment the following for persistance
# persistentVolume:
# enabled: true
2 changes: 2 additions & 0 deletions charts/umbrella/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,8 @@ pgadmin4:
env:
email: [email protected]
password: tractusxpgdamin4
persistentVolume:
enabled: false
ingress:
enabled: true
ingressClassName: "nginx"
Expand Down

0 comments on commit f5e6755

Please sign in to comment.