From f6d7d729c04df54f03a766776c7b7dd2e473804d Mon Sep 17 00:00:00 2001 From: Nico Wunder Date: Tue, 13 Oct 2020 17:48:17 +0200 Subject: [PATCH] updated filename for example-cluster deploy-files got renamed, so the example did not work anymore. ('_awx' got removed). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eac09bf8..64169b55 100644 --- a/README.md +++ b/README.md @@ -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 minikube delete