Fix supervisor conf file inconsistancy

This commit is contained in:
Hao Liu
2023-04-04 10:00:02 -04:00
parent d4e12dff8f
commit 25e7f5a8f2
2 changed files with 3 additions and 3 deletions

View File

@@ -362,7 +362,7 @@ spec:
{% endif %}
env:
- name: SUPERVISOR_CONFIG_PATH
value: "/etc/supervisor_rsyslog.conf"
value: "/etc/supervisord_rsyslog.conf"
{% if development_mode | bool %}
- name: AWX_KUBE_DEVEL
value: "1"

View File

@@ -195,7 +195,7 @@ spec:
- name: AWX_COMPONENT
value: "web"
- name: SUPERVISOR_CONFIG_PATH
value: "/etc/supervisor_web.conf"
value: "/etc/supervisord_web.conf"
- name: MY_POD_NAMESPACE
valueFrom:
fieldRef:
@@ -246,7 +246,7 @@ spec:
{% endif %}
env:
- name: SUPERVISOR_CONFIG_PATH
value: "/etc/supervisor_rsyslog.conf"
value: "/etc/supervisord_rsyslog.conf"
{% if development_mode | bool %}
- name: AWX_KUBE_DEVEL
value: "1"