From 1d72a97ac8681edb7fa436c0c90f1559b11f3347 Mon Sep 17 00:00:00 2001 From: loh <55531424+mahoutukaisali@users.noreply.github.com> Date: Sat, 24 Jun 2023 04:14:06 +0900 Subject: [PATCH] Add doc note about extra_settings being read-only in AWX UI Co-authored-by: Christian Adams --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3970286..43ab8da4 100644 --- a/README.md +++ b/README.md @@ -1220,6 +1220,8 @@ With`extra_settings`, you can pass multiple custom settings via the `awx-operato | -------------- | -------------- | ------- | | extra_settings | Extra settings | '' | +**Note:** Parameters configured in `extra_settings` are set as read-only settings in AWX. As a result, they cannot be changed in the UI after deployment. If you need to change the setting after the initial deployment, you need to change it on the AWX CR spec. + Example configuration of `extra_settings` parameter ```yaml