View Source Bonny.Pluggable.AddManagedByLabelToDescendants (bonny v1.4.0)
Adds the app.kubernetes.io/managed-by
label to all descendants registered
within the pipeline.
Add this to your operator or controllers to set this label to a value of your choice.
Options
:managed_by
- Required. The value the label should be set to.
Examples
step Bonny.Pluggable.AddManagedByLabelToDescendants,
managed_by: Bonny.Config.name()