mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
Use own attribute for control_plane_ee
Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
This commit is contained in:
@@ -114,6 +114,8 @@ ee_images:
|
||||
- name: AWX EE 0.3.0
|
||||
image: quay.io/ansible/awx-ee:0.3.0
|
||||
|
||||
control_plane_ee_image: quay.io/ansible/awx-ee:0.3.0
|
||||
|
||||
create_preload_data: true
|
||||
|
||||
replicas: "1"
|
||||
|
||||
@@ -205,7 +205,7 @@ spec:
|
||||
{{ task_extra_env | indent(width=12, indentfirst=True) }}
|
||||
{% endif %}
|
||||
resources: {{ task_resource_requirements }}
|
||||
- image: '{{ ee_images[0].image }}'
|
||||
- image: '{{ control_plane_ee_image }}'
|
||||
name: '{{ meta.name }}-ee'
|
||||
imagePullPolicy: '{{ image_pull_policy }}'
|
||||
args: ['receptor', '--config', '/etc/receptor.conf']
|
||||
|
||||
Reference in New Issue
Block a user