In fleet.yaml, seems to me, that it is not possibl...
# fleet
p
In fleet.yaml, seems to me, that it is not possible to use both
values:
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?