Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Nov 5, 2024
1 parent 97a37dd commit c4ea365
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ func GenerateObservatoriumCR(
oldSpec := observatoriumCRFound.Spec
newSpec := observatoriumCR.Spec

log.Info("Coleen oldSpec", "oldSpec", oldSpec)
log.Info("Coleen newSpec", "newSpec", newSpec)

// keep the tenant id unchanged and ensure the new spec has the same tenant ID as the old spec to prevent Observatorium
// from updating
for i, newTenant := range newSpec.API.Tenants {
Expand Down

0 comments on commit c4ea365

Please sign in to comment.