Skip to content

Commit

Permalink
Merge pull request #1201 from thedoubl3j/debugging_doc_update
Browse files Browse the repository at this point in the history
Update Installer Debugging Documentation
  • Loading branch information
shanemcd committed Feb 22, 2023
2 parents edf01f0 + d0516bc commit 1bfd3b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ ansible_operator_meta:
namespace: awx
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:

```yaml
# vars.yml
---
ansible_operator_meta:
name: awx
namespace: awx
service_type: nodeport
image: $DEV_DOCKER_TAG_BASE/awx_kube_devel
image_pull_policy: Always
image_version: $COMPOSE_TAG
```

Run the installer:

Expand Down

0 comments on commit 1bfd3b2

Please sign in to comment.