fix(chart): properly indent valkey subchart settings

This commit is contained in:
holysoles
2025-01-17 11:17:48 -06:00
parent 6de3922760
commit 088b05fce8
+28 -27
View File
@@ -185,38 +185,39 @@ valkey:
enabled: true
existingSecret: ""
existingSecretPasswordKey: "password"
# TLS settings
tls:
enabled: false
authClients: true
autoGenerated: false
# primary (control plane) configuration
primary:
persistence:
enabled: true
existingClaim: ""
# TLS settings
tls:
enabled: false
authClients: true
autoGenerated: false
# valkey replica configuration
replica:
persistence:
enabled: true
existingClaim: ""
# persistnent volume retention policy for the StatefulSet
persistentVolumeClaimRetentionPolicy:
# primary (control plane) configuration
primary:
persistence:
enabled: true
whenScaled: Retain
whenDeleted: Retain
existingClaim: ""
metrics:
# we use a grafana exporter that logs into valkey directly
enabled: false
# valkey replica configuration
replica:
persistence:
enabled: true
existingClaim: ""
# definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
# Options: nano, micro, small, medium, large, xlarge, 2xlarge
# default: nano
resourcesPreset: "small"
# persistnent volume retention policy for the StatefulSet
persistentVolumeClaimRetentionPolicy:
enabled: true
whenScaled: Retain
whenDeleted: Retain
metrics:
# we use a grafana exporter that logs into valkey directly
enabled: false
# definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
# Options: nano, micro, small, medium, large, xlarge, 2xlarge
# default: nano
resourcesPreset: "small"
postgresql: