fix(argo-cd): Drop all ~ keys from redis-ha because they cause error on kustomize and cannot document via helm-docs (#1322)

* fix(argo-cd): Add notes on redis-ha for kustomize users
Signed-off-by: yu-croco <yuki.kita22@gmail.com>

* fix(argo-cd): Drop all `~` keys from redis-ha
Signed-off-by: yu-croco <yuki.kita22@gmail.com>

* feat(argo-cd): keep necessary redis-ha parameters
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
Aikawa 2022-07-30 03:15:02 +09:00 committed by GitHub
parent 0a28b48f95
commit b665d53b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 24 deletions

View file

@ -784,12 +784,6 @@ redis-ha:
exporter:
# -- If `true`, the prometheus exporter sidecar is enabled
enabled: true
# -- Exporter image
# @default -- `nil` (follows subchart default)
image: ~
# -- Exporter tag
# @default -- `nil` (follows subchart default)
tag: ~
persistentVolume:
# -- Configures persistency on Redis nodes
enabled: false
@ -805,20 +799,10 @@ redis-ha:
haproxy:
# -- Enabled HAProxy LoadBalancing/Proxy
enabled: true
image:
# -- HAProxy Image Repository
# @default -- `nil` (follows subchart default)
repository: ~
# -- HAProxy Image Tag
# @default -- `nil` (follows subchart default)
tag: ~
metrics:
# -- HAProxy enable prometheus metric scraping
enabled: true
image:
# -- Redis image repository
# @default -- `nil` (follows subchart default)
repository: ~
# -- Redis tag
tag: 7.0.0-alpine