This message was deleted.
# fleet
a
This message was deleted.
s
To override values in your Helm deployment using Fleet, you can use the
valuesFiles:
field in the
fleet.yaml
. For example:
Copy code
helm:
  chart: ./chart
  valuesFiles:
    - custom-values.yaml
The
custom-values.yaml
file should be located in the same Git repository as your Helm chart. For more information, you can refer to the Fleet documentation: fleet.yaml reference. It includes detailed explanations on how to use the
values:
and
valuesFiles:
fields for customizations. I hope this helps! 😊