mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Add kubernetes_pod_annotations to management-pod.yml.j2
This commit is contained in:
parent
973c9d313e
commit
720e8055f8
@ -4,6 +4,12 @@ kind: Pod
|
||||
metadata:
|
||||
name: ansible-tower-management
|
||||
namespace: {{ kubernetes_namespace }}
|
||||
{% if kubernetes_pod_annotations is defined %}
|
||||
annotations:
|
||||
{% for key, value in kubernetes_pod_annotations.items() %}
|
||||
{{ key }}: {{ value | quote }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
spec:
|
||||
{% if kubernetes_image_pull_secrets is defined %}
|
||||
imagePullSecrets:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user