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