mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
fix: Make basic install without operator works (#1875)
- Update role name for README.md - Avoid the this_awx['resources'][0] is undefined in database_configuration.yml - Add update_status variable to include or not the update_status.yml - metrics_utility_enabled exists in CRD but not as variable Co-authored-by: Christian Adams <chadams@redhat.com>
This commit is contained in:
@@ -96,6 +96,8 @@ Create a vars file:
|
||||
ansible_operator_meta:
|
||||
name: awx
|
||||
namespace: awx
|
||||
set_self_labels: false
|
||||
update_status: false
|
||||
service_type: nodeport
|
||||
```
|
||||
The vars file will replace the awx resource so any value that you wish to over ride using the awx resource, put in the vars file. For example, if you wish to use your own image, version and pull policy, you can specify it like below:
|
||||
@@ -106,6 +108,8 @@ The vars file will replace the awx resource so any value that you wish to over r
|
||||
ansible_operator_meta:
|
||||
name: awx
|
||||
namespace: awx
|
||||
set_self_labels: false
|
||||
update_status: false
|
||||
service_type: nodeport
|
||||
image: $DEV_DOCKER_TAG_BASE/awx_kube_devel
|
||||
image_pull_policy: Always
|
||||
|
||||
Reference in New Issue
Block a user