Skip to content

Commit 66992d6

Browse files
heyvitoofeefo
authored andcommitted
chore: Cleanup chart
1 parent e65c47e commit 66992d6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

charts/cocov/values.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -401,12 +401,9 @@ cache:
401401
# redis is a required group of values that defines Redis URLs for several
402402
# different Cocov facilities. In case one does not intend to use different
403403
# servers for each component, using different databases is recommended. URLs
404-
# must be provided using the following format: redis[s]://[[USER]:PASSWORD]@HOST:PORT/DATABASE_ID
404+
# must be provided using the following format: redis[s]://[[USER]:PASSWORD]@HOST[:PORT]/DATABASE_ID
405405
# See also: https://redis.io/commands/select/
406406
redis:
407-
# When true, other values on this section are ignored.
408-
# install: false
409-
410407
# commonURL is the base URL for a redis instance that Cocov will use for primary
411408
# operations. Those operations are essential for normal operation.
412409
# This value may be provided as a secretKeyRef or configMapKeyRef.
@@ -418,7 +415,7 @@ redis:
418415
# This value may be provided as a secretKeyRef or configMapKeyRef.
419416
cacheURL: ""
420417

421-
# sidekiqURL is the URL for a Redis used exclusively by SideKiq to schedule
418+
# sidekiqURL is the URL for a Redis used exclusively by Sidekiq to schedule
422419
# and perform background operations.
423420
# This value may be provided as a secretKeyRef or configMapKeyRef.
424421
sidekiqURL: ""

0 commit comments

Comments
 (0)