Open
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Hi!
I would like to use atlantis for helmfile, which works pretty similar with helmfile diff
and helmfile apply
. We have a lot of helm charts installed via helmfile so I wanted to utilize this plan/apply
feature of atlantis.
Here is an example workflow:
workflows:
helmfile-dev:
plan:
steps:
- run: helmfile diff
apply:
steps:
- run: helmfile apply
The plan is working and show the helmfile diff content. Unfortunately, when I type atlantis apply
, it shows Ran Apply for 0 projects:
only. I suspect that this is because atlantis can't see any terraform output. Is there a workaround for this to utilize atlantis with helmfile?
Thanks in advance!
Activity