Skip to content

bus updates ignored by reconciler #417

@greghaynes

Description

@greghaynes

Expected Behavior

When performing a bus update onBusUpdate should execute beyond the short circuit check for whether the bus is ours.

Actual Behavior

The short circuit triggers due to bus.kind being set to null.

Steps to Reproduce the Problem

  1. log bus.Kind and r.bus.GetObjectKind().GroupVersionKind().Kind within the createOrUpdateBus short circuit in pkg/buses/reconciler.go
  2. update a bus spec
  3. observe the log and short circuit trigger

Additional Info

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions