-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve TriggerBindings with no Kind set in sink
When upgrading from 0.2.1 to 0.3, the Sink might have to process a Binding that has no `Kind` set. This is because, we only persist the default Kind when the Binding object is created/updated. The reconciler also sets the defaults by calling `SetDefaults` but that change is not persisted to etcd. In the future, we might want to consider updating the object from the reconciler itself if any default values were set. Fixes: #459 Signed-off-by: Dibyo Mukherjee <[email protected]>
- Loading branch information
1 parent
0b70ea6
commit e43f662
Showing
2 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters