powerful-florist-21503
04/21/2023, 11:18 AMvalues:
and valuesFiles:
at the same time. For example, I have fleet.yaml:
values:
zabbixProxy:
env:
- name: "ZBX_HOSTNAME"
value: <http://global.fleet.clusterLabels.management.cattle.io/cluster-display-name|global.fleet.clusterLabels.management.cattle.io/cluster-display-name>
valuesFiles:
- zabbix_values.yaml
This is resulting that ZBX_HOSTNAME
is not passed to helm. If I disable use of that values file, then the ZBX_HOSTNAME
is passed to helm. Is this expected behaviour?