1
0
mirror of synced 2026-02-06 19:05:55 +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

@@ -30,7 +30,7 @@ import (
kustomizev1 "github.com/fluxcd/kustomize-controller/api/v1beta1"
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
"github.com/fluxcd/toolkit/pkg/manifestgen"
"github.com/fluxcd/flux2/pkg/manifestgen"
)
func Generate(options Options) (*manifestgen.Manifest, error) {