I'm running ignited gitops git@github.com:myorg/myrepo.git and when I add a new VM definition to the repo, the ignited gitops process fails with
INFO[0505] New commit observed on branch "master": d0179696fe70471b97a9fef0205f17acde51037e. User initiated: true
FATA[0505] The GitOps commit loop terminated with an error git commit and/or push error: no changes made in repo
ignited gitops needs to correctly handle changes to the repo contents.
My guess is that ignited updated the repo with status information and can't handle when the repo contents change after it writes status. However, it's possible this is operator error.
I'm running
ignited gitops git@github.com:myorg/myrepo.git
and when I add a new VM definition to the repo, the ignited gitops process fails withignited gitops
needs to correctly handle changes to the repo contents.My guess is that ignited updated the repo with status information and can't handle when the repo contents change after it writes status. However, it's possible this is operator error.