mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Creating gh-pages
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/charts
|
||||
/bin
|
||||
/.cr-release-packages
|
||||
28
README.md
Normal file
28
README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# awx-operator Helm charts
|
||||
|
||||
## Usage
|
||||
|
||||
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
|
||||
Helm's [documentation](https://helm.sh/docs) to get started.
|
||||
|
||||
Once Helm has been set up correctly, add the repo as follows:
|
||||
|
||||
```bash
|
||||
helm repo add awx-operator https://ansible.github.io/awx-operator/
|
||||
```
|
||||
|
||||
If you had already added this repo earlier, run `helm repo update` to retrieve
|
||||
the latest versions of the packages. You can then run `helm search repo
|
||||
awx-operator` to see the charts.
|
||||
|
||||
To install the `awx-operator` chart:
|
||||
|
||||
```bash
|
||||
helm install my-awx-operator awx-operator/awx-operator
|
||||
```
|
||||
|
||||
To uninstall the chart:
|
||||
|
||||
```bash
|
||||
helm delete my-awx-operator
|
||||
```
|
||||
14
index.yaml
Normal file
14
index.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
entries:
|
||||
awx-operator:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.20.2
|
||||
created: "2022-05-02T14:25:02.895616213Z"
|
||||
description: A Helm chart for the AWX Operator
|
||||
digest: 642e25080364902f51fa225c54ecabcb6466ebbe6798ad1b6c70b73462911bec
|
||||
name: awx-operator
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/shanemcd/awx-operator/releases/download/0.20.2/awx-operator-0.20.2.tgz
|
||||
version: 0.20.2
|
||||
generated: "2022-05-02T14:25:02.895628413Z"
|
||||
Reference in New Issue
Block a user