We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8e663 commit 06e88f0Copy full SHA for 06e88f0
docs/spec/v1beta2/gitrepositories.md
@@ -385,8 +385,8 @@ resume.
385
386
### Git implementation
387
388
-> **_NOTE:_** `libgit2` is being deprecated. When it is used the controllers
389
-are known to panic over long periods of time, or when under high GC pressure.
+**Note:** `libgit2` is being deprecated, as its use is known to cause controllers
+to panic when running over long periods of time, or when under high GC pressure.
390
A new opt-out feature gate `ForceGoGitImplementation` was introduced, which will
391
use `go-git` regardless of the value defined at `.spec.gitImplementation`.
392
This can be disabled by starting the controller with the additional flag below:
0 commit comments