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:
parent
0a28b48f95
commit
b665d53b4d
4 changed files with 12 additions and 24 deletions
|
|
@ -288,6 +288,11 @@ The main options are listed here:
|
|||
| {{ .Key }} | {{ .Type }} | {{ if .Default }}{{ .Default }}{{ else }}{{ .AutoDefault }}{{ end }} | {{ if .Description }}{{ .Description }}{{ else }}{{ .AutoDescription }}{{ end }} |
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
| redis-ha.exporter.image | string | `nil` (follows subchart default) | Exporter image |
|
||||
| redis-ha.exporter.tag | string | `nil` (follows subchart default) | Exporter tag |
|
||||
| redis-ha.haproxy.image.repository | string | `nil` (follows subchart default) | HAProxy Image Repository |
|
||||
| redis-ha.haproxy.image.tag | string | `nil` (follows subchart default) | HAProxy Image Tag |
|
||||
| redis-ha.image.repository | string | `nil` (follows subchart default) | Redis image repository |
|
||||
|
||||
### Option 3 - External Redis
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue