Skip to content

Commit

Permalink
ROX-27129: remove tenant-resources helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Dec 18, 2024
1 parent 2f4a6f1 commit 02203df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion fleetshard/pkg/central/reconciler/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package reconciler
import "github.com/pkg/errors"

var (
errInvalidArguments = errors.New("invalid arguments")
// ErrBusy returned when reconciliation for the same central is already in progress
ErrBusy = errors.New("reconciler still busy")
// ErrCentralNotChanged is an error returned when reconciliation runs more than once in a row with equal central
Expand Down
3 changes: 1 addition & 2 deletions fleetshard/pkg/central/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ var (
},
}

useRoutesReconcilerOptions = CentralReconcilerOptions{UseRoutes: true}
secureTenantNetworkReconcilerOptions = CentralReconcilerOptions{SecureTenantNetwork: true}
useRoutesReconcilerOptions = CentralReconcilerOptions{UseRoutes: true}

defaultAuditLogConfig = config.AuditLogging{
Enabled: true,
Expand Down

0 comments on commit 02203df

Please sign in to comment.