Skip to content

Commit c6154d1

Browse files
author
Eugen Cusmaunsa
authored
Minor code comment edits
1 parent a565082 commit c6154d1

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

values.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -540,17 +540,16 @@ redis:
540540
# We just need replica count here to ensure it is HA
541541
cluster:
542542
slaveCount: 3
543-
# ## Sentinel settings. Sentinel is enabled for better resiliency.
544-
# ## This is highly recommended as per tooz library documentation.
545-
# ## Hence, the chart requires the setting.
546-
# ## https://docs.openstack.org/tooz/latest/user/drivers.html#redis
547-
# ## https://github.com/bitnami/charts/tree/master/bitnami/redis#master-slave-with-sentinel
543+
# Sentinel settings. Sentinel is enabled for better resiliency.
544+
# This is highly recommended as per tooz library documentation.
545+
# Hence, the chart requires the setting.
546+
# https://docs.openstack.org/tooz/latest/user/drivers.html#redis
547+
# https://github.com/bitnami/charts/tree/master/bitnami/redis#master-slave-with-sentinel
548548
sentinel:
549549
enabled: true
550-
## Enable or disable static sentinel IDs for each replicas
551-
## If disabled each sentinel will generate a random id at startup
552-
## If enabled, each replicas will have a constant ID on each start-up
553-
##
550+
# Enable or disable static sentinel IDs for each replicas
551+
# If disabled each sentinel will generate a random id at startup
552+
# If enabled, each replicas will have a constant ID on each start-up
554553
staticID: true
555554
networkPolicy:
556555
enabled: false

0 commit comments

Comments
 (0)