View Source Bonny.Pluggable.AddManagedByLabelToDescendants (bonny v1.1.1)
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
Options
:managed_by
- Required. The value the label should be set to.
examples
Examples
step Bonny.Pluggable.AddManagedByLabelToDescendants,
managed_by: Bonny.Config.name()