Skip to content

Commit

Permalink
remove ginkgo focus
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 11, 2024
1 parent 8fe4d4b commit 0d4871e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ func GenerateObservatoriumCR(
oldSpec := observatoriumCRFound.Spec
newSpec := observatoriumCR.Spec

log.Info("Coleen oldSpec", "oldSpec", oldSpec.Thanos.Rule.RulesConfig)
log.Info("Coleen newSpec", "newSpec", newSpec.Thanos.Rule.RulesConfig)

// 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 0d4871e

Please sign in to comment.