Skip to content

Commit

Permalink
Fix DB secret keys for KubeArchive (#4640)
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Martinez <[email protected]>
  • Loading branch information
rh-hemartin authored Oct 2, 2024
1 parent 77c6c83 commit 8cf611e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/kubearchive/staging/database-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
POSTGRES_URL: '{{ index . "db.host" }}'
POSTGRES_PASSWORD: '{{ index . "db.password" }}'
POSTGRES_USER: '{{ index . "db.user" }}'
POSTGRES_DATABASE: '{{ index . "db.name" }}'
POSTGRES_DB: '{{ index . "db.name" }}'

0 comments on commit 8cf611e

Please sign in to comment.