fluxcd-flux2/internal/bootstrap
Stefan Prodan 7756faec1f
Retry bootstrap operations on Git conflict errors
When running bootstrap in-parallel for many clusters that target the same repository, the 2nd commit with the sync files fails with ` non-fast-forward update`. We now detect the conflict, and we retry the operations by creating a fresh clone from upstream.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-03-22 16:09:31 +02:00
..
git Update Go to v1.17 2022-01-10 16:30:38 +01:00
provider Add caBundle to bitbucket 2021-11-23 12:37:39 +01:00
bootstrap.go Fix bootstrap path check 2021-10-22 10:55:31 +03:00
bootstrap_plain_git.go Retry bootstrap operations on Git conflict errors 2022-03-22 16:09:31 +02:00
bootstrap_provider.go Fix panic on bootstrap when orgRef is not retrieved 2022-02-04 09:08:38 +01:00
options.go Use k8s.io/cli-runtime for kubernetes flags 2022-01-07 16:01:24 +01:00