Fix typo in rsyslog var

Rename all references: ryslog_args -> rsyslog_args
This commit is contained in:
Jason Goldfine-Middleton
2023-04-28 00:56:19 -04:00
committed by Rick Elrod
parent 9c759bfe88
commit 2118c6f49c
3 changed files with 5 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ task_command: []
web_args:
- /usr/bin/launch_awx_web.sh
web_command: []
ryslog_args:
rsyslog_args:
- /usr/bin/launch_awx_rsyslog.sh
rsyslog_command: []

View File

@@ -337,8 +337,8 @@ spec:
{% if rsyslog_command %}
command: {{ rsyslog_command }}
{% endif %}
{% if ryslog_args %}
args: {{ ryslog_args }}
{% if rsyslog_args %}
args: {{ rsyslog_args }}
{% endif %}
imagePullPolicy: '{{ image_pull_policy }}'
volumeMounts:

View File

@@ -244,8 +244,8 @@ spec:
{% if rsyslog_command %}
command: {{ rsyslog_command }}
{% endif %}
{% if ryslog_args %}
args: {{ ryslog_args }}
{% if rsyslog_args %}
args: {{ rsyslog_args }}
{% endif %}
imagePullPolicy: '{{ image_pull_policy }}'
volumeMounts: