Skip to content

Commit

Permalink
log testing
Browse files Browse the repository at this point in the history
Signed-off-by: PrimalPimmy <Prashant20.pm@gmail.com>
  • Loading branch information
PrimalPimmy committed Jul 17, 2024
1 parent 82cae26 commit 2e050cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/pkg/reconcilers/spire-bootstrap/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func (r *reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Resu

// Add your reconciliation logic here
log.Info("Reconciling Cluster", "cluster", cl.Name)
fmt.Println("TESTTT !!!!!!!!!")

// Fetch the ConfigMap from the current cluster
configMapName := types.NamespacedName{Name: "spire-bundle", Namespace: "spire"}
Expand All @@ -114,6 +115,8 @@ func (r *reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Resu
return reconcile.Result{}, err
}

fmt.Println("TESTTT @@@@@@")

secrets := &v1.SecretList{}
if err := r.List(ctx, secrets); err != nil {
msg := "cannot list secrets"
Expand Down

0 comments on commit 2e050cb

Please sign in to comment.