mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
alow private hosted awx-ee image
This commit is contained in:
12
README.md
12
README.md
@@ -240,11 +240,12 @@ spec:
|
||||
|
||||
There are a few variables that are customizable for awx the image management.
|
||||
|
||||
| Name | Description | Default |
|
||||
| ----------------------- | -------------------------- | ------------------ |
|
||||
| tower_image | Path of the image to pull | ansible/awx:15.0.0 |
|
||||
| tower_image_pull_policy | The pull policy to adopt | IfNotPresent |
|
||||
| tower_image_pull_secret | The pull secret to use | '' |
|
||||
| Name | Description | Default |
|
||||
| ----------------------- | -------------------------- | -------------------- |
|
||||
| tower_image | Path of the image to pull | ansible/awx:15.0.0 |
|
||||
| tower_image_pull_policy | The pull policy to adopt | IfNotPresent |
|
||||
| tower_image_pull_secret | The pull secret to use | '' |
|
||||
| tower_ee_image | Path of the image to pull | ansible/awx-ee:latest|
|
||||
|
||||
Example of customization could be:
|
||||
|
||||
@@ -255,6 +256,7 @@ spec:
|
||||
tower_image: myorg/my-custom-awx
|
||||
tower_image_pull_policy: Always
|
||||
tower_image_pull_secret: pull_secret_name
|
||||
tower_ee_image: myorg/my-custom-awx-ee
|
||||
```
|
||||
|
||||
#### Privileged Tasks
|
||||
|
||||
Reference in New Issue
Block a user