Files
awx-operator/roles/common/templates/labels/version.yaml.j2
Stanislav Zaprudskiy 5a856eeba8 Add additional_labels parameter (#1160)
* Move label templates into `common` role

So that there is single source of labels management, and labels are
unified across the other roles

* Introduce `additional_labels`
* Fix paths for labels templates
* Return `additional_labels_items` as list
* Add molecule tests
2023-01-30 18:51:08 -05:00

2 lines
85 B
Django/Jinja

app.kubernetes.io/version: '{{ _image.split(':')[-1] | truncate(63, True, '', 0) }}'