Skip to content

Commit

Permalink
Merge pull request #352 from tchellomello/ingress_readme_fixup
Browse files Browse the repository at this point in the history
Updated README.md to point to released version
  • Loading branch information
shanemcd authored Jun 1, 2021
2 parents 9555a04 + 5e58da7 commit 679af90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<TAG>` in the URL `https://raw.githubusercontent.com/ansible/awx-operator/<TAG>/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/<TAG>/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
Expand Down

0 comments on commit 679af90

Please sign in to comment.