Add doc note about extra_settings being read-only in AWX UI

Co-authored-by: Christian Adams <rooftopcellist@gmail.com>
This commit is contained in:
loh
2023-06-24 04:14:06 +09:00
committed by GitHub
parent a8d2831b1c
commit 1d72a97ac8

View File

@@ -1220,6 +1220,8 @@ With`extra_settings`, you can pass multiple custom settings via the `awx-operato
| -------------- | -------------- | ------- | | -------------- | -------------- | ------- |
| extra_settings | Extra settings | '' | | 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 Example configuration of `extra_settings` parameter
```yaml ```yaml