From 5d3e5c547f119a907a38a9f8a5c963f1a2319efe Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Tue, 20 Dec 2022 22:42:26 +0000 Subject: [PATCH] iac: Add feature gate GitAllBranchReferences Signed-off-by: Paulo Gomes --- content/en/flux/components/image/options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/flux/components/image/options.md b/content/en/flux/components/image/options.md index f9eb5e0a2..925bb8755 100644 --- a/content/en/flux/components/image/options.md +++ b/content/en/flux/components/image/options.md @@ -40,6 +40,7 @@ please see the [bootstrap cheatsheet](../../cheatsheets/bootstrap.md). |-----------------------------------|---------------|---------------------------------------------------------------------------------------------------------------------------------------| | `GitForcePushBranch` | `true` | Enables the use of "force push" when pushing changes to a separate branch. This fixes issues with stale push branches. | | `ForceGoGitImplementation` | `true` | Soft-deprecates `libgit2` by ignoring the value set for `spec.gitImplementation`, and using `go-git` for all reconciliations instead. | +| `GitAllBranchReferences` | `true` | Enables the download of all branch head references when push branches are configured. | ## Image reflector flags