We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093955c commit 75dfc4fCopy full SHA for 75dfc4f
helm/polaris/ci/fixtures/persistence.yaml
@@ -25,4 +25,4 @@ type: Opaque
25
stringData:
26
username: "postgres"
27
password: "postgres"
28
- jdbc_url: "jdbc:postgresql://postgres:5432/POLARIS"
+ jdbcUrl: "jdbc:postgresql://postgres:5432/POLARIS"
helm/polaris/ci/persistence-values.yaml
@@ -35,5 +35,6 @@ logging:
35
persistence:
36
type: relational-jdbc
37
relationalJdbc:
38
+ dbKind: postgres
39
secret:
40
name: polaris-persistence
0 commit comments