External Redis Configuration
Compare changes
Files
7@@ -66,6 +66,10 @@ spec:
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.51
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
UNCLASSIFIED - NO CUI