mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 22:33:35 +00:00
Make receptor.conf path consistent between containers
This commit is contained in:
@@ -266,7 +266,7 @@ spec:
|
|||||||
name: '{{ meta.name }}-ee'
|
name: '{{ meta.name }}-ee'
|
||||||
imagePullPolicy: '{{ image_pull_policy }}'
|
imagePullPolicy: '{{ image_pull_policy }}'
|
||||||
resources: {{ ee_resource_requirements }}
|
resources: {{ ee_resource_requirements }}
|
||||||
args: ['receptor', '--config', '/etc/receptor.conf']
|
args: ['receptor', '--config', '/etc/receptor/receptor.conf']
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
{% if bundle_ca_crt %}
|
{% if bundle_ca_crt %}
|
||||||
- name: "ca-trust-extracted"
|
- name: "ca-trust-extracted"
|
||||||
@@ -277,7 +277,7 @@ spec:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- name: "{{ meta.name }}-receptor-config"
|
- name: "{{ meta.name }}-receptor-config"
|
||||||
mountPath: "/etc/receptor.conf"
|
mountPath: "/etc/receptor/receptor.conf"
|
||||||
subPath: receptor.conf
|
subPath: receptor.conf
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: receptor-socket
|
- name: receptor-socket
|
||||||
|
|||||||
Reference in New Issue
Block a user