Closed pelegz closed 1 year ago
To whom it may concern: I was able to fix this issue by also referencing the remote values like this:
releases:
- name: my-app
namespace: dev2
chart: my-app/my-app
values:
- git::https://username@bitbucket.org/my-org/my-app@helm/values.dev2.yaml?ref=my_branch
Hello,
I'm trying to simply install a chart from my private repository hosted on Bitbucket. Helmfile version: v0.152.0
helmfile.yaml:
Getting:
helmfile apply --wait
I know for certain that values.dev2.yaml are present in the helm folder in the my_branch branch.
I've tried:
Not sure what's the relative path it's looking at.
What could be the issue here?