Skip to content

Commit

Permalink
Allow connect external databases instead of deploying an internal mic…
Browse files Browse the repository at this point in the history
…roservice

Signed-off-by: MA <mi>
Signed-off-by: MA <[email protected]>
  • Loading branch information
MA authored and mivise committed Oct 27, 2021
1 parent deb941c commit 5e1f18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/dependency-track/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ apiserver:
enabled: true
size: 8Gi
annotations: {}
storageClass: "default"
storageClass: ""
podSecurityContext:
fsGroup: 1000
securityContext:
Expand Down Expand Up @@ -171,7 +171,7 @@ ingress:

# -- configuration of postgres
postgresql:
enabled: enable
enabled: true
postgresqlUsername: deptrack
postgresqlPassword: deptrack
postgresqlDatabase: deptrack
Expand Down

0 comments on commit 5e1f18c

Please sign in to comment.