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 b0b4d67 commit 8b10e5fCopy full SHA for 8b10e5f
helm/polaris/values.yaml
@@ -523,11 +523,11 @@ features:
523
persistence:
524
# -- The type of persistence to use. Two built-in types are supported: in-memory and relational-jdbc.
525
# The eclipse-link type is also supported but is deprecated.
526
- type: in-memory # relational-jdbc
+ type: in-memory # relational-jdbc
527
# -- The configuration for the relational-jdbc persistence manager.
528
relationalJdbc:
529
# -- The type of database to use. Valid values are: h2, postgres.
530
- dbKind: postgres # h2
+ dbKind: postgres # h2
531
# -- The secret name to pull the database connection properties from.
532
secret:
533
0 commit comments