From 90f54b98cd0183091228b78c46d289f175f94e93 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Wed, 22 Feb 2023 14:32:30 -0500 Subject: [PATCH] Update keepalive setting help_text to be more direct Co-authored-by: Shane McDonald --- awx/main/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/conf.py b/awx/main/conf.py index 99b995b113..2dbf5e127e 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -286,7 +286,7 @@ register( 'AWX_RUNNER_KEEPALIVE_SECONDS', field_class=fields.IntegerField, label=_('K8S Ansible Runner Keep-Alive Message Interval'), - help_text=_('Only applies to K8S deployments and container_group jobs. If not 0, send a message every so-many seconds to keep connection open.'), + help_text=_('Only applies to jobs running in a Container Group. If not 0, send a message every so-many seconds to keep connection open.'), category=_('Jobs'), category_slug='jobs', placeholder=240, # intended to be under common 5 minute idle timeout