remove for page

This commit is contained in:
2024-02-10 02:53:41 -07:00
parent e715df4860
commit be85591839
16 changed files with 16 additions and 603 deletions

View File

@@ -1,9 +1,20 @@
## Getting started
## Usage
[Helm](https://helm.sh) must be installed to use the charts in this repository.
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.
Refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm has been set up correctly, add the repo as follows:
## License
helm repo add <alias> https://alexlebens.github.io/helm-charts
This project is licensed under the terms of the Apache 2.0 License license.
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
<alias>` to see the charts.
To install the <chart-name> chart:
helm install my-<chart-name> <alias>/<chart-name>
To uninstall the chart:
helm delete my-<chart-name>