External Redis Configuration
allows for overidding of the default argocd redis full name
example yaml:
addons:
argocd:
enabled: true
values:
redis:
host: "external-redis-url.amazonaws.com"
port: 6379
relates to platform-one/big-bang/bigbang#1083
Merge request reports
Activity
changed milestone to %1.29.0
added BB Customer Issues argocd priority5 statusdoing teamXForce labels
assigned to @snekcode
added 1 commit
- 18caf4ea - clean up and version bump; default argocd redis fullname override
added 1 commit
- 78c7a0d3 - readme update; argocd default redis fullname override
removed statusdoing label
added statusreview label
added 1 commit
- fd676fcb - changing property name to external for clarity
removed statusreview label
added statusdoing label
removed statusdoing label
added statusreview label
@snekcode are we missing a
redis.external
value to add to the values file? I see it referenced but not present.I think instead of checking for
redis.external
to template in as the Redis URL if present we should add a new valueexternal_redis
that hashost
&port
below it. They should be empty""
at the package level, and we can addaddons.argocd.redis.host/port
values that will fill those in. Otherwise the conditionals and changes to the templates look great!!
added statusdoing label and removed statusreview label