Add new docs files to mkdocs (#1507)

This commit is contained in:
Sandra McCann
2023-08-03 15:13:11 -04:00
committed by GitHub
parent 3188cd2889
commit 71362dd3d4
10 changed files with 68 additions and 74 deletions

View File

@@ -2,7 +2,7 @@
For those that wish to use [Helm](https://helm.sh/) to install the awx-operator to an existing K8s cluster:
The helm chart is generated from the `helm-chart` Makefile section using the starter files in `.helm/starter`. Consult [the documentation](.helm/starter/README.md) on how to customize the AWX resource with your own values.
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/awx-operator/blob/devel/.helm/starter/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/

View File

@@ -1,3 +1,2 @@
## Usage
This Kubernetes Operator is meant to be deployed in your Kubernetes cluster(s) and can manage one or more AWX instances in any namespace.