mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-29 14:53:11 +00:00
* 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
2 lines
85 B
Django/Jinja
2 lines
85 B
Django/Jinja
app.kubernetes.io/version: '{{ _image.split(':')[-1] | truncate(63, True, '', 0) }}'
|