Files
awx-operator/roles/common/templates/labels/common.yaml.j2
2023-03-29 21:59:57 -04:00

7 lines
420 B
Django/Jinja

# https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
app.kubernetes.io/part-of: '{{ ansible_operator_meta.name }}'
app.kubernetes.io/managed-by: '{{ deployment_type }}-operator'
app.kubernetes.io/component: '{{ deployment_type }}'
app.kubernetes.io/operator-version: '{{ lookup("env", "OPERATOR_VERSION") }}'
{{ lookup("template", "../common/templates/labels/additional_labels.yaml.j2") }}