You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
The helm output is
Error: template: log-router/templates/secret.yaml:21:34: executing "log-router/templates/secret.yaml" at : wrong type for value; expected string; got map[string]interface {}
Describe the bug
Commit here 63a5b2d
The helm output is
Error: template: log-router/templates/secret.yaml:21:34: executing "log-router/templates/secret.yaml" at : wrong type for value; expected string; got map[string]interface {}
Reproduction steps
--set fluentd.extraEnv.elk_hosts="172.17.10.36:9200,172.17.10.37:9200,172.17.10.38:9200"
Expected behavior
Helm must process the release without errors
Additional context
No response