Add ingress variable to minikube doc

This commit is contained in:
Shane McDonald 2021-01-26 15:18:37 -05:00
parent fb7b36cfbd
commit 47740f62f4
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -67,7 +67,8 @@ In the root of awx-operator:
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
-e development_mode=yes \
-e tower_image=gcr.io/ansible-tower-engineering/awx_kube_devel:devel \
-e tower_image_pull_policy=Always
-e tower_image_pull_policy=Always \
-e tower_ingress_type=ingress
```
### Custom AWX Development Image for Kubernetes
@ -89,7 +90,8 @@ In the root of awx-operator:
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
-e development_mode=yes \
-e tower_image=gcr.io/ansible-tower-engineering/awx_kube_devel:${COMPOSE_TAG} \
-e tower_image_pull_policy=Always
-e tower_image_pull_policy=Always \
-e tower_ingress_type=ingress
```
To iterate on changes to the Dockerfile, rebuild and push the image, then delete