adamant-kite-43734
01/13/2025, 10:59 AMsalmon-hair-72590
01/15/2025, 4:19 AMvaluesFiles:
field in the fleet.yaml
.
For example:
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! 😊