Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Oct 24, 2024
1 parent 25ebce3 commit 20c6a58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ func GenerateObservatoriumCR(
oldSpec := observatoriumCRFound.Spec
newSpec := observatoriumCR.Spec

log.Info("Coleen Old observatorium CR spec", "oldSpec", oldSpec)
log.Info("Coleen New observatorium CR spec", "newSpec", newSpec)
log.Info("Coleen Old observatorium CR spec", "oldSpec", oldSpec.Thanos)
log.Info("Coleen New observatorium CR spec", "newSpec", newSpec.Thanos)

// keep the tenant id unchanged and ensure the new spec has the same tenant ID as the old spec to prevent Observatorium
// from updating
Expand Down

0 comments on commit 20c6a58

Please sign in to comment.