Skip to content

Commit

Permalink
update install docs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Sep 3, 2024
1 parent 7915d1e commit 99881b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/helm-install-on-existing-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For those that wish to use [Helm](https://helm.sh/) to install the awx-operator
The helm chart is generated from the `helm-chart` Makefile section using the starter files in `.helm/starter`. Consult [the documentation](https://github.com/ansible-community/awx-operator-helm/blob/main/README.md) on how to customize the AWX resource with your own values.

```bash
$ helm repo add awx-operator https://ansible.github.io/awx-operator/
$ helm repo add awx-operator https://ansible-community.github.io/awx-operator-helm/
"awx-operator" has been added to your repositories

$ helm repo update
Expand All @@ -15,7 +15,7 @@ Update Complete. ⎈Happy Helming!⎈

$ helm search repo awx-operator
NAME CHART VERSION APP VERSION DESCRIPTION
awx-operator/awx-operator 0.17.1 0.17.1 A Helm chart for the AWX Operator
awx-operator/awx-operator 2.19.1 2.19.1 A Helm chart for the AWX Operator

$ helm install -n awx --create-namespace my-awx-operator awx-operator/awx-operator
NAME: my-awx-operator
Expand Down

0 comments on commit 99881b4

Please sign in to comment.