Icinga / helm-charts

Kubernetes Helm charts to deploy a ready-to-use Icinga monitoring stack.
https://icinga.com
Apache License 2.0
9 stars 13 forks source link

[Bug]: Helm value type of icingaweb2.graphite.icinga is wrong #18

Closed MTSym closed 1 year ago

MTSym commented 1 year ago

Affected Chart

icinga-stack

Which version of the app contains the bug?

0.1.0

Please describe your problem

The Helm chart requires a map[] for the values:

However an empty set of this map results in the value map[] inside the configuration field. Adding one entry results in map[my_value:<nil>] and so on. image

Which blocks the configuration from saving because the values do not match the regex pattern. By overwriting everything with simple strings everything works as expected.

mocdaniel commented 1 year ago

Thanks for raising this issue, we will look into this.