flux create helmrelease not pushing to git provider, is this expected? #3253
Replies: 2 comments 2 replies
-
Same problem, not sure if I've missed something. Same with |
Beta Was this translation helpful? Give feedback.
-
No Flux command pushes to Git expect for |
Beta Was this translation helpful? Give feedback.
-
According to the Flux documentation using flux create helmrelease should be committing to version control the CRDs as instructions. (https://fluxcd.io/flux/use-cases/helm/).
I'm not seeing any changes within my GitLab repo where flux has bootstrapped itself though. I do see that --export can be used to get the generated files to be able to push to version control too.
I'm wondering what I may be missing here. Should 'flux create helmrelease' be committing to the remote git repository or do I have to do that manually via --export, git add/commit/push? If this is the case I think it would be helpful for the documentation to be updated with an example of what an 'instruction' means and that the git provider will not receive anything about the flux resources.
Note:
My helmrelease has been deployed correctly and the endpoint for my service is accessible.
I'm running 'flux create helmrelease' via Gitlab pipeline but have also performed it manually with the same results.
Beta Was this translation helpful? Give feedback.
All reactions