Remove GitImplementation default
As the field in the CRD is optional. Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
@@ -18,8 +18,6 @@ package sync
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
|
||||
)
|
||||
|
||||
type Options struct {
|
||||
@@ -42,6 +40,6 @@ func MakeDefaultOptions() Options {
|
||||
Branch: "main",
|
||||
ManifestFile: "gotk-sync.yaml",
|
||||
TargetPath: "",
|
||||
GitImplementation: sourcev1.GoGitImplementation,
|
||||
GitImplementation: "",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user