1
0
mirror of synced 2026-02-07 19:25:57 +00:00

Change fluxcd/toolkit to fluxcd/flux2

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2020-10-29 16:22:21 +01:00
parent 345707e6cc
commit 0bf52f4746
77 changed files with 102 additions and 102 deletions

View File

@@ -24,7 +24,7 @@ import (
"path"
"strings"
"github.com/fluxcd/toolkit/pkg/manifestgen"
"github.com/fluxcd/flux2/pkg/manifestgen"
)
// Generate returns the install manifests as a multi-doc YAML.

View File

@@ -48,7 +48,7 @@ func MakeDefaultOptions() Options {
WatchAllNamespaces: true,
NetworkPolicy: true,
LogLevel: "info",
BaseURL: "https://github.com/fluxcd/toolkit/releases",
BaseURL: "https://github.com/fluxcd/flux2/releases",
NotificationController: "notification-controller",
ManifestFile: "gotk-components.yaml",
Timeout: time.Minute,