mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Merge pull request #5989 from egmar/support-for-imagePullSecrets
Added support for K8S imagePullSecrets Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -4,6 +4,10 @@ kind: ServiceAccount
|
||||
metadata:
|
||||
name: awx
|
||||
namespace: {{ kubernetes_namespace }}
|
||||
{% if kubernetes_image_pull_secrets is defined %}
|
||||
imagePullSecrets:
|
||||
- name: "{{ kubernetes_image_pull_secrets }}"
|
||||
{% endif %}
|
||||
|
||||
---
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user