hi have I correctly set the variables for my helm...
# 🤖|ask-kapa
m
Please stand by @swift-spring-8620 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- Based on the information provided in the extracts, it seems like you have correctly set the variables for your Helm chart. In the
garden.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: ----------------------