mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
minikube instructions adjustments from debugging
This commit is contained in:
@@ -66,7 +66,8 @@ In the root of awx-operator:
|
||||
```
|
||||
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
||||
-e development_mode=yes \
|
||||
-e tower_image=quay.io/awx/awx_kube_devel:devel \
|
||||
-e tower_image=quay.io/awx/awx_kube_devel \
|
||||
-e tower_image_version=devel \
|
||||
-e tower_image_pull_policy=Always \
|
||||
-e tower_ingress_type=ingress
|
||||
```
|
||||
@@ -89,7 +90,8 @@ In the root of awx-operator:
|
||||
```
|
||||
$ ansible-playbook ansible/instantiate-awx-deployment.yml \
|
||||
-e development_mode=yes \
|
||||
-e tower_image=quay.io/awx/awx_kube_devel:${COMPOSE_TAG} \
|
||||
-e tower_image=quay.io/awx/awx_kube_devel \
|
||||
-e tower_image_version=${COMPOSE_TAG} \
|
||||
-e tower_image_pull_policy=Always \
|
||||
-e tower_ingress_type=ingress
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user