microscopic-river-74022
02/23/2024, 4:32 PMmicroscopic-river-74022
02/23/2024, 4:32 PMgarden.yml
file, you have specified the varfiles
and valueFiles
fields correctly. The varfiles
field is used to specify the list of paths to the value files, relative to the action root (the directory containing the garden.yml
file). The valueFiles
field is used to list the paths to the value files that will be supplied to Helm when rendering/deploying the chart.
In your ngrok-helm-values.yml
file, you have set the credentials.apiKey
and credentials.authtoken
fields, which seems to be in line with the standard way of setting values in a Helm chart.
However, please note that the actual correctness of the values and their usage would depend on the specific requirements of the ngrok-ingress-controller
Helm chart that you are using. You should refer to the documentation or source code of the Helm chart to ensure that you are providing the correct values.
Source: Garden Kubernetes Plugins ()
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------