From 2118c6f49c11e7796f889b98863654f692197cd8 Mon Sep 17 00:00:00 2001 From: Jason Goldfine-Middleton Date: Fri, 28 Apr 2023 00:56:19 -0400 Subject: [PATCH] Fix typo in rsyslog var Rename all references: ryslog_args -> rsyslog_args --- roles/installer/defaults/main.yml | 2 +- roles/installer/templates/deployments/task.yaml.j2 | 4 ++-- roles/installer/templates/deployments/web.yaml.j2 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/installer/defaults/main.yml b/roles/installer/defaults/main.yml index ad3e98b3..70f27785 100644 --- a/roles/installer/defaults/main.yml +++ b/roles/installer/defaults/main.yml @@ -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: [] diff --git a/roles/installer/templates/deployments/task.yaml.j2 b/roles/installer/templates/deployments/task.yaml.j2 index ae7dcc37..fe7663a1 100644 --- a/roles/installer/templates/deployments/task.yaml.j2 +++ b/roles/installer/templates/deployments/task.yaml.j2 @@ -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: diff --git a/roles/installer/templates/deployments/web.yaml.j2 b/roles/installer/templates/deployments/web.yaml.j2 index ba814c43..d53a0482 100644 --- a/roles/installer/templates/deployments/web.yaml.j2 +++ b/roles/installer/templates/deployments/web.yaml.j2 @@ -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: