Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Installer Debugging Documentation #1201

Merged
merged 1 commit into from Feb 22, 2023

Conversation

thedoubl3j
Copy link
Member

SUMMARY

update the installer debugging doc to include specific variable over ride examples.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
ADDITIONAL INFORMATION

n/a

@@ -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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

override is 1 word

name: awx
namespace: awx
service_type: nodeport
image: $DEV_DOCKER_TAG_BASE/awx_kube_devel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont think $DEV_DOCKER_TAG_BASE would resolve here

@TheRealHaoLiu TheRealHaoLiu changed the title update vars file entry to include over ride examples update debugging doc to explain the vars file Jan 25, 2023
@TheRealHaoLiu
Copy link
Member

updated your PR title to be more descriptive

@thedoubl3j thedoubl3j changed the title update debugging doc to explain the vars file Update Installer Debugging Documentation Jan 26, 2023
@shanemcd shanemcd merged commit 1bfd3b2 into ansible:devel Feb 22, 2023
@shanemcd
Copy link
Member

Shoot. I clicked Merge by mistake. I will follow up with more fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants