mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 15:41:47 +00:00
Remove Git implementation default from bootstrap
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
6396b25886
commit
391e767d82
1 changed files with 0 additions and 1 deletions
|
|
@ -171,7 +171,6 @@ func generateSyncManifests(url, branch, name, namespace, targetPath, tmpDir stri
|
||||||
Interval: interval,
|
Interval: interval,
|
||||||
TargetPath: targetPath,
|
TargetPath: targetPath,
|
||||||
ManifestFile: sync.MakeDefaultOptions().ManifestFile,
|
ManifestFile: sync.MakeDefaultOptions().ManifestFile,
|
||||||
GitImplementation: sync.MakeDefaultOptions().GitImplementation,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
manifest, err := sync.Generate(opts)
|
manifest, err := sync.Generate(opts)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue