mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
updated documentation
This commit is contained in:
11
README.md
11
README.md
@@ -258,7 +258,7 @@ There are a few variables that are customizable for awx the image management.
|
||||
| Name | Description | Default |
|
||||
| --------------------------| -------------------------- |------------------------------|
|
||||
| tower_image | Path of the image to pull | quay.io/ansible/awx |
|
||||
| tower_image_version | Image version to pull | 19 |
|
||||
| tower_image_version | Image version to pull | 19.0.0 |
|
||||
| tower_image_pull_policy | The pull policy to adopt | IfNotPresent |
|
||||
| tower_image_pull_secret | The pull secret to use | '' |
|
||||
| tower_ee_images | A list of EEs to register | quay.io/ansible/awx-ee:0.1.1 |
|
||||
@@ -280,6 +280,15 @@ spec:
|
||||
image: myorg/my-custom-awx-ee
|
||||
```
|
||||
|
||||
**Note**: The `tower_image` and `tower_image_version` are intended for local mirroring scenarios.
|
||||
|
||||
|
||||
| Operator Version | Suppported AWX version |
|
||||
| -------------------| -------------------------- |
|
||||
| 0.0.7 and older | >= 17.0.0 |
|
||||
| 0.0.8 and later | >= 18.0.0 |
|
||||
|
||||
|
||||
#### Privileged Tasks
|
||||
|
||||
Depending on the type of tasks that you'll be running, you may find that you need the task pod to run as `privileged`. This can open yourself up to a variety of security concerns, so you should be aware (and verify that you have the privileges) to do this if necessary. In order to toggle this feature, you can add the following to your custom resource:
|
||||
|
||||
Reference in New Issue
Block a user