You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I checkout the repo, helm Chart is in the helm/ folder,
I tried with chart: helm but then helm will try to load templates from the root folder not from helm folder and I got Error: YAML parse error on app/templates/deploy.yml: error converting YAML to JSON: yaml: line 22: mapping values are not allowed in this context ( the helm chart is in app/helm )
also, uses now working together with working-directory
thanks
The text was updated successfully, but these errors were encountered:
hello,
how can I set the helm chart folder?
if I checkout the repo, helm Chart is in the
helm/
folder,I tried with
chart: helm
but then helm will try to load templates from the root folder not from helm folder and I gotError: YAML parse error on app/templates/deploy.yml: error converting YAML to JSON: yaml: line 22: mapping values are not allowed in this context
( the helm chart is inapp/helm
)also,
uses
now working together withworking-directory
thanks
The text was updated successfully, but these errors were encountered: