mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-23 09:55:55 +00:00
feat: add support of aws codecommit bootstrap
Signed-off-by: Taras <9948629+taraspos@users.noreply.github.com>
This commit is contained in:
parent
4e78a9d7e0
commit
08b39f7b82
8 changed files with 45 additions and 13 deletions
|
|
@ -33,6 +33,7 @@ type Options struct {
|
|||
TargetPath string
|
||||
ManifestFile string
|
||||
RecurseSubmodules bool
|
||||
Provider string
|
||||
}
|
||||
|
||||
func MakeDefaultOptions() Options {
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ func Generate(options Options) (*manifestgen.Manifest, error) {
|
|||
Name: options.Secret,
|
||||
},
|
||||
RecurseSubmodules: options.RecurseSubmodules,
|
||||
Provider: options.Provider,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue