Adding missing Secret
for already configured KonnectExtension
with DataPlane
does not trigger reconciliation
#1048
Labels
Current Behavior
Applying
KonnectExtension
withDataPlane
, but without the requiredSecret
marksDataPlane
is not ready as expected.but after adding the missing
Secret
the reconciliation is not triggered andDataPlane
gets stuck in the above state.Expected Behavior
Required
Secret
can be added after applyingKonnectExtension
withDataPlane
- reconciliation is triggered and the status ofDataPlane
is marked as ready.Steps To Reproduce
Apply the above
check status
column
READY
showsFalse
as expectedAdd missing
Secret
still, column
READY
showsFalse
.Operator Version
Current
main
as written 10ca2ec -KGO v1.4+
The text was updated successfully, but these errors were encountered: