Skip to content

Commit

Permalink
Add doc note about extra_settings being read-only in AWX UI
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Adams <[email protected]>
  • Loading branch information
mahoutukaisali and rooftopcellist authored Jun 23, 2023
1 parent a8d2831 commit 1d72a97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d72a97

Please sign in to comment.