diff --git a/roles/installer/templates/jobs/migration.yaml.j2 b/roles/installer/templates/jobs/migration.yaml.j2 index a71841094..9d8321e37 100644 --- a/roles/installer/templates/jobs/migration.yaml.j2 +++ b/roles/installer/templates/jobs/migration.yaml.j2 @@ -8,6 +8,10 @@ metadata: {{ lookup("template", "../common/templates/labels/version.yaml.j2") | indent(width=4) | trim }} spec: template: + metadata: + labels: + {{ lookup("template", "../common/templates/labels/common.yaml.j2") | indent(width=8) | trim }} + {{ lookup("template", "../common/templates/labels/version.yaml.j2") | indent(width=8) | trim }} spec: {% if bundle_ca_crt %} initContainers: