Skip to content

Commit 75dfc4f

Browse files
committed
ci: Fix test values for persistence
1 parent 093955c commit 75dfc4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helm/polaris/ci/fixtures/persistence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ type: Opaque
2525
stringData:
2626
username: "postgres"
2727
password: "postgres"
28-
jdbc_url: "jdbc:postgresql://postgres:5432/POLARIS"
28+
jdbcUrl: "jdbc:postgresql://postgres:5432/POLARIS"

helm/polaris/ci/persistence-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ logging:
3535
persistence:
3636
type: relational-jdbc
3737
relationalJdbc:
38+
dbKind: postgres
3839
secret:
3940
name: polaris-persistence

0 commit comments

Comments
 (0)