File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -401,12 +401,9 @@ cache:
401
401
# redis is a required group of values that defines Redis URLs for several
402
402
# different Cocov facilities. In case one does not intend to use different
403
403
# 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
405
405
# See also: https://redis.io/commands/select/
406
406
redis :
407
- # When true, other values on this section are ignored.
408
- # install: false
409
-
410
407
# commonURL is the base URL for a redis instance that Cocov will use for primary
411
408
# operations. Those operations are essential for normal operation.
412
409
# This value may be provided as a secretKeyRef or configMapKeyRef.
@@ -418,7 +415,7 @@ redis:
418
415
# This value may be provided as a secretKeyRef or configMapKeyRef.
419
416
cacheURL : " "
420
417
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
422
419
# and perform background operations.
423
420
# This value may be provided as a secretKeyRef or configMapKeyRef.
424
421
sidekiqURL : " "
You can’t perform that action at this time.
0 commit comments