From 51ea411a79d98dcbe651b57c826f0a93f618e7b9 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Wed, 21 Apr 2021 13:19:43 -0400 Subject: [PATCH] Stop telling folks to use devel --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7b430e9..5f2d675f 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,12 @@ Note that the operator is not supported by Red Hat, and is in **alpha** status. This Kubernetes Operator is meant to be deployed in your Kubernetes cluster(s) and can manage one or more AWX instances in any namespace. -First you need to deploy AWX Operator into your cluster: +First, you need to deploy AWX Operator into your cluster. Start by going to https://github.com/ansible/awx-operator/releases and making note of the latest release. + +Replace `` in the URL below with the version you are deploying: ```bash -#> kubectl apply -f https://raw.githubusercontent.com/ansible/awx-operator/devel/deploy/awx-operator.yaml +#> kubectl apply -f https://raw.githubusercontent.com/ansible/awx-operator//deploy/awx-operator.yaml ``` Then create a file named `my-awx.yml` with the following contents: