mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Added support for K8S imagePullSecrets
This commit is contained in:
@@ -202,6 +202,10 @@ spec:
|
||||
volumeMounts:
|
||||
- name: custom-venvs
|
||||
mountPath: {{ custom_venvs_path }}
|
||||
{% endif %}
|
||||
{% if kubernetes_image_pull_secrets is defined %}
|
||||
imagePullSecrets:
|
||||
- name: "{{ kubernetes_image_pull_secrets }}"
|
||||
{% endif %}
|
||||
containers:
|
||||
- name: {{ kubernetes_deployment_name }}-web
|
||||
|
||||
Reference in New Issue
Block a user