Add git implementation to generate sync options

Signed-off-by: Philip Laine <philip.laine@gmail.com>
This commit is contained in:
Philip Laine 2021-01-13 23:44:24 +01:00
parent ad9b0ae067
commit d236a9af57
7 changed files with 31 additions and 27 deletions

View file

@ -55,6 +55,7 @@ func Generate(options Options) (*manifestgen.Manifest, error) {
SecretRef: &corev1.LocalObjectReference{
Name: options.Name,
},
GitImplementation: options.GitImplementation,
},
}