Skip to content

Commit

Permalink
Reversing some changes
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 2, 2024
1 parent 3d22a0c commit 7d33a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/pkg/reconcilers/spire-bootstrap/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (r *reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Resu
}
}

fmt.Printf("Secret retrieved: %v\n", decodedBytes)
fmt.Printf("Secret retrieved: %v\n", string(decodedBytes))

return reconcile.Result{}, nil
}
Expand Down

0 comments on commit 7d33a06

Please sign in to comment.