Skip to content

Commit

Permalink
add dbport in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amittiwari28 committed Feb 18, 2025
1 parent 69a2a62 commit 20432a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/reports-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ config:
host: reports-server-cluster-rw.reports-server
# -- The database host will be read from this `key` in the specified Secret, when `db.secretName` is set.
hostSecretKeyName: "host"

Check failure on line 198 in charts/reports-server/values.yaml

View workflow job for this annotation

GitHub Actions / required

198:1 [trailing-spaces] trailing spaces
# -- Database port

Check failure on line 199 in charts/reports-server/values.yaml

View workflow job for this annotation

GitHub Actions / required

199:23 [trailing-spaces] trailing spaces
port: 5432

Check failure on line 200 in charts/reports-server/values.yaml

View workflow job for this annotation

GitHub Actions / required

200:15 [trailing-spaces] trailing spaces
# -- The database port will be read from this `key` in the specified Secret, when `db.secretName` is set.
portSecretKeyName: "port"

# -- Database name
name: reportsdb
Expand Down

0 comments on commit 20432a8

Please # to comment.