From 5e58da7c7e250b0c98047bb1c8dbb0df356c41fe Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Tue, 1 Jun 2021 16:35:59 -0400 Subject: [PATCH] Updated README.md to point to released version --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 72d083df..922c6aff 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,8 @@ kube-system storage-provisioner 1/1 Running Now 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 `https://raw.githubusercontent.com/ansible/awx-operator//deploy/awx-operator.yaml` with the version you are deploying. -> For this example, we are using the `devel` tag which points to the latest nightly development version. - ```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 customresourcedefinition.apiextensions.k8s.io/awxs.awx.ansible.com created customresourcedefinition.apiextensions.k8s.io/awxbackups.awx.ansible.com created customresourcedefinition.apiextensions.k8s.io/awxrestores.awx.ansible.com created