mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
update another part of minikube dev env docs
vars in ansible/instantiate-awx-deployment.yml in awx-operator repo appear to have been updated, because when we used the `tower_...` vars, they did not apply
This commit is contained in:
@@ -111,10 +111,11 @@ In the root of awx-operator:
|
|||||||
```
|
```
|
||||||
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
||||||
-e development_mode=yes \
|
-e development_mode=yes \
|
||||||
-e tower_image=quay.io/awx/awx_kube_devel \
|
-e image=quay.io/awx/awx_kube_devel \
|
||||||
-e tower_image_version=${COMPOSE_TAG} \
|
-e image_version=${COMPOSE_TAG} \
|
||||||
-e tower_image_pull_policy=Always \
|
-e image_pull_policy=Always \
|
||||||
-e tower_ingress_type=ingress
|
-e service_type=nodeport \
|
||||||
|
-e namespace=$NAMESPACE
|
||||||
```
|
```
|
||||||
|
|
||||||
To iterate on changes to the Dockerfile, rebuild and push the image, then delete
|
To iterate on changes to the Dockerfile, rebuild and push the image, then delete
|
||||||
|
|||||||
Reference in New Issue
Block a user