Describe the bug
Using a block like
set {
name = "extraEnvVars[0].name"
value = "SIGNALILO_ICINGA_INSECURE_TLS"
}
set {
name = "extraEnvVars[0].value"
value = true
}
I want to set the given value.
This is not working unfortunately, resulting in error:
...ReadString: expects " or n, but found t, ...
Additional context
Seems to be related to helm/helm#4262
Expected behavior
Provide a way to set the SIGNALILO_ICINGA_INSECURE_TLS value via helm.
Environment (please complete the following information):
- Chart: latest
- Helm: v3.11.2
- Kubernetes API: v1.22
- Distribution: K3s
Describe the bug
Using a block like
I want to set the given value.
This is not working unfortunately, resulting in error:
...ReadString: expects " or n, but found t, ...
Additional context
Seems to be related to helm/helm#4262
Expected behavior
Provide a way to set the SIGNALILO_ICINGA_INSECURE_TLS value via helm.
Environment (please complete the following information):