Skip to content

Commit 8b10e5f

Browse files
committed
style: Lint charts
1 parent b0b4d67 commit 8b10e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/polaris/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,11 +523,11 @@ features:
523523
persistence:
524524
# -- The type of persistence to use. Two built-in types are supported: in-memory and relational-jdbc.
525525
# The eclipse-link type is also supported but is deprecated.
526-
type: in-memory # relational-jdbc
526+
type: in-memory # relational-jdbc
527527
# -- The configuration for the relational-jdbc persistence manager.
528528
relationalJdbc:
529529
# -- The type of database to use. Valid values are: h2, postgres.
530-
dbKind: postgres # h2
530+
dbKind: postgres # h2
531531
# -- The secret name to pull the database connection properties from.
532532
secret:
533533
# -- The secret name to pull the database connection properties from.

0 commit comments

Comments
 (0)