Open github-actions[bot] opened 2 years ago
This issue has become stale because it has been open 60 days with no activity. The maintainers of this repo will remove this label during issue triage or it will be removed automatically after an update. Adding the lifecycle/frozen
label will cause this issue to ignore lifecycle events.
Bundle resource that's specified in the BundleInstance parameter's
spec.Template configuration is present on cluster, and if not, creates
a new Bundle resource matching that desired specification.
by metadata.CreationTimestamp in the case there's multiple Bundles
that match the label selector.
specified in the BI resource, and if not, generate a new matches the template.
Bundle resource that exist on cluster that match the label selector specified
in the BI parameter's spec.Selector field.
that no longer match the desired Bundle template.
https://github.com/timflannagan/rukpak/blob/c4bb0db08a01a70f1c25b25f913e7907da67a05a/internal/provisioner/plain/controllers/bundleinstance_controller.go#L264