-
Patch request
-
Resolution: Fixed
-
Trivial
-
6.0.0
-
Sprint 100 (May 2023)
-
0.125
Steps to reproduce:
- Define
loadBalancerSourceRanges: in helm Chart - Deploy
Result:
**
Error: UPGRADE FAILED: template: zabbix-helm-chrt/templates/service.yaml:32:28: executing "zabbix-helm-chrt/templates/service.yaml" at <.Values.pushgateway.service.loadBalancerSourceRanges>: nil pointer evaluating interface {}.service
Expected:
in the template service.yaml, line 32,
.Values.pushgateway.service.loadBalancerSourceRanges
is used instead of
.Values.zabbixProxy.service.loadBalancerSourceRanges
So the helm installation is trying to use a non existent value... and then, not working ...