Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 478648a

Browse files
committed
Testing
1 parent 0cb4bdf commit 478648a

File tree

11 files changed

+147
-887
lines changed

11 files changed

+147
-887
lines changed

cmd/agent/agent.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ import (
1818
"syscall"
1919
"time"
2020

21+
capacitorFlux "github.com/gimlet-io/capacitor/pkg/flux"
2122
"github.com/gimlet-io/gimlet-cli/cmd/agent/config"
2223
"github.com/gimlet-io/gimlet-cli/pkg/agent"
2324
"github.com/gimlet-io/gimlet-cli/pkg/dashboard/api"
2425
"github.com/gimlet-io/gimlet-cli/pkg/dashboard/server/streaming"
2526
"github.com/gimlet-io/gimlet-cli/pkg/dx"
26-
"github.com/gimlet-io/gimlet-cli/pkg/flux"
2727
"github.com/go-chi/chi"
2828
"github.com/gorilla/websocket"
2929
"github.com/joho/godotenv"
@@ -505,7 +505,7 @@ func reconcile(
505505
namespace string,
506506
name string,
507507
) {
508-
reconcileCommand := flux.NewReconcileCommand(resource)
508+
reconcileCommand := capacitorFlux.NewReconcileCommand(resource)
509509
reconcileCommand.Run(kubeEnv.Config, namespace, name)
510510
}
511511

pkg/flux/helmrelease.go

-45
This file was deleted.

pkg/flux/kustomization.go

-45
This file was deleted.

pkg/flux/reconcile.go

-238
This file was deleted.

pkg/flux/source.go

-45
This file was deleted.

0 commit comments

Comments
 (0)