docs: Improve Git implementation section

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-11-17 15:03:02 +00:00
parent 0b8e663b07
commit 06e88f0789
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
1 changed files with 2 additions and 2 deletions

View File

@ -385,8 +385,8 @@ resume.
### Git implementation ### Git implementation
> **_NOTE:_** `libgit2` is being deprecated. When it is used the controllers **Note:** `libgit2` is being deprecated, as its use is known to cause controllers
are known to panic over long periods of time, or when under high GC pressure. to panic when running over long periods of time, or when under high GC pressure.
A new opt-out feature gate `ForceGoGitImplementation` was introduced, which will A new opt-out feature gate `ForceGoGitImplementation` was introduced, which will
use `go-git` regardless of the value defined at `.spec.gitImplementation`. use `go-git` regardless of the value defined at `.spec.gitImplementation`.
This can be disabled by starting the controller with the additional flag below: This can be disabled by starting the controller with the additional flag below: