-
A few days ago, I had the Image Update Automation working, it was creating a Merge Request on GitLab when a new version of my deployment was detected. After running a flux uninstall and flux bootstrap again, I'm getting this error in my automation:
Im bootstrapping flux using a token with a scope of API permissions like stated in the documentation. The FluxCD source controller has no issues syncing with the repository and deployment my helm release.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Basically the bootstrap command was incorrect. It was only setting up http communication with gitlab. In order to have read and write, it needs to be an ssh connection. There's a important message highlighted in red on this page |
Beta Was this translation helpful? Give feedback.
Basically the bootstrap command was incorrect. It was only setting up http communication with gitlab. In order to have read and write, it needs to be an ssh connection.
There's a important message highlighted in red on this page
Flux bootstrap for GitLab | Flux