Added helm values, templates, and readme

This commit is contained in:
Miles Wilson
2022-06-23 00:14:30 -04:00
parent dd53a1d415
commit bc08c4bbbe
10 changed files with 148 additions and 3 deletions

View File

@@ -259,6 +259,8 @@ For an example using the Nginx Controller in Minukube, don't miss our [demo vide
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.
```bash
$ helm repo add awx-operator https://ansible.github.io/awx-operator/
"awx-operator" has been added to your repositories
@@ -272,7 +274,7 @@ $ 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
$ helm install my-awx-operator awx-operator/awx-operator
$ helm install -n awx --create-namespace my-awx-operator awx-operator/awx-operator
NAME: my-awx-operator
LAST DEPLOYED: Thu Feb 17 22:09:05 2022
NAMESPACE: default