# `Bonny.Pluggable.AddManagedByLabelToDescendants`
[🔗](https://github.com/coryodaniel/bonny/blob/v1.5.0/lib/bonny/pluggable/add_managed_by_label_to_descendants.ex#L1)

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()

---

*Consult [api-reference.md](api-reference.md) for complete listing*
