|
|
|
@ -26,14 +26,14 @@ import (
|
|
|
|
|
"github.com/fluxcd/pkg/git/gogit"
|
|
|
|
|
"github.com/spf13/cobra"
|
|
|
|
|
|
|
|
|
|
"github.com/fluxcd/flux2/internal/flags"
|
|
|
|
|
"github.com/fluxcd/flux2/internal/utils"
|
|
|
|
|
"github.com/fluxcd/flux2/pkg/bootstrap"
|
|
|
|
|
"github.com/fluxcd/flux2/pkg/bootstrap/provider"
|
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen"
|
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/install"
|
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/sourcesecret"
|
|
|
|
|
"github.com/fluxcd/flux2/pkg/manifestgen/sync"
|
|
|
|
|
"github.com/fluxcd/flux2/v2/internal/flags"
|
|
|
|
|
"github.com/fluxcd/flux2/v2/internal/utils"
|
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/bootstrap"
|
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/bootstrap/provider"
|
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/manifestgen"
|
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/manifestgen/install"
|
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/manifestgen/sourcesecret"
|
|
|
|
|
"github.com/fluxcd/flux2/v2/pkg/manifestgen/sync"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
var bootstrapBServerCmd = &cobra.Command{
|
|
|
|
|