Skip to content

Commit

Permalink
add the labels from the 'additional_labels' parameter in the awx-migr…
Browse files Browse the repository at this point in the history
…ation pods
  • Loading branch information
sbilque authored and rooftopcellist committed Jun 12, 2024
1 parent 13abaab commit 1fda602
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/installer/templates/jobs/migration.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1fda602

Please sign in to comment.