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.
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.
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:graphite_writer_host_name_template
graphite_writer_service_name_template
customvar_obscured_check_command
However an empty set of this map results in the value
map[]
inside the configuration field. Adding one entry results inmap[my_value:<nil>]
and so on.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.