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 enabled: true
existingSecret: "" existingSecret: ""
existingSecretPasswordKey: "password" existingSecretPasswordKey: "password"
# TLS settings
tls:
enabled: false
authClients: true
autoGenerated: false
# primary (control plane) configuration # TLS settings
primary: tls:
persistence: enabled: false
enabled: true authClients: true
existingClaim: "" autoGenerated: false
# valkey replica configuration # primary (control plane) configuration
replica: primary:
persistence: persistence:
enabled: true
existingClaim: ""
# persistnent volume retention policy for the StatefulSet
persistentVolumeClaimRetentionPolicy:
enabled: true enabled: true
whenScaled: Retain existingClaim: ""
whenDeleted: Retain
metrics: # valkey replica configuration
# we use a grafana exporter that logs into valkey directly replica:
enabled: false persistence:
enabled: true
existingClaim: ""
# definitions: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15 # persistnent volume retention policy for the StatefulSet
# Options: nano, micro, small, medium, large, xlarge, 2xlarge persistentVolumeClaimRetentionPolicy:
# default: nano enabled: true
resourcesPreset: "small" 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: postgresql: