mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-21 02:55:44 +00:00
Add bootstrap reinstall e2e test
This commit is contained in:
parent
1218d6abe8
commit
a7b1b04920
5 changed files with 21 additions and 5 deletions
|
|
@ -72,7 +72,7 @@ func init() {
|
|||
bootstrapCmd.PersistentFlags().StringVar(&bootstrapArch, "arch", "amd64",
|
||||
"arch can be amd64 or arm64")
|
||||
bootstrapCmd.PersistentFlags().StringVar(&bootstrapBranch, "branch", bootstrapDefaultBranch,
|
||||
"default branch (for GitHub this must match the organization default branch setting)")
|
||||
"default branch (for GitHub this must match the default branch setting for the organization)")
|
||||
rootCmd.AddCommand(bootstrapCmd)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue