Delete unnecessary file

This commit is contained in:
Shane McDonald
2021-03-28 15:07:14 -04:00
parent e91031fa73
commit 8962d501b3
2 changed files with 2 additions and 28 deletions

View File

@@ -400,9 +400,9 @@ After it is built, test it on a local cluster:
```sh
#> minikube start --memory 6g --cpus 4
#> minikube addons enable ingress
#> kubectl apply -f deploy/awx-operator.yaml
#> ansible-playbook ansible/deploy-operator.yml
#> kubectl create namespace example-awx
#> kubectl apply -f deploy/crds/awx_v1beta1_cr.yaml
#> ansible-playbook ansible/instantiate-awx-deployment.yml -e tower_namespace=example-awx
#> <test everything>
#> minikube delete
```

View File

@@ -1,26 +0,0 @@
---
apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
name: example-awx
namespace: example-awx
spec:
tower_ingress_type: none
tower_task_privileged: false
tower_hostname: example-awx.test
tower_admin_user: test
tower_admin_email: test@example.com
tower_image: quay.io/ansible/awx:18.0.0
tower_ee_image: quay.io/ansible/awx-ee:latest
tower_create_preload_data: true
tower_memcached_image: memcached:alpine
tower_redis_image: redis:latest
tower_postgres_storage_class: ''