Rename gotk-system namespace to flux-system

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals 2020-10-29 14:26:22 +01:00
parent 4581c99a81
commit 9916a53761
106 changed files with 194 additions and 194 deletions

View file

@ -39,7 +39,7 @@ type Options struct {
func MakeDefaultOptions() Options {
return Options{
Version: "latest",
Namespace: "gotk-system",
Namespace: "flux-system",
Components: []string{"source-controller", "kustomize-controller", "helm-controller", "notification-controller"},
EventsAddr: "",
Registry: "ghcr.io/fluxcd",

View file

@ -32,10 +32,10 @@ func MakeDefaultOptions() Options {
return Options{
Interval: 1 * time.Minute,
URL: "",
Name: "gotk-system",
Namespace: "gotk-system",
Name: "flux-system",
Namespace: "flux-system",
Branch: "main",
ManifestFile: "gotk-sync.yaml",
ManifestFile: "flux-sync.yaml",
TargetPath: "",
}
}