UNCLASSIFIED - NO CUI

Skip to content

External Redis Configuration

Patrick Kelly requested to merge external_redis into main

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

Edited by Patrick Kelly

Merge request reports