updated filename for example-cluster

deploy-files got renamed, so the example did not work anymore. ('_awx' got removed).
This commit is contained in:
Nico Wunder
2020-10-13 17:48:17 +02:00
committed by GitHub
parent fb69347d7b
commit f6d7d729c0

View File

@@ -190,7 +190,7 @@ After it is built, test it on a local cluster:
minikube addons enable ingress
kubectl apply -f deploy/awx-operator.yaml
kubectl create namespace example-awx
kubectl apply -f deploy/crds/tower_v1beta1_tower_cr_awx.yaml
kubectl apply -f deploy/crds/awx_v1beta1_cr.yaml
<test everything>
minikube delete