https://github.com/khuedoan/charts
https://github.com/khuedoan/charts
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khuedoan/charts
- Owner: khuedoan
- Created: 2021-06-26T21:43:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T17:20:40.000Z (about 3 years ago)
- Last Synced: 2025-02-07T12:31:43.770Z (8 months ago)
- Language: Smarty
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm chart repository
## 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:
```sh
helm repo add khuedoan https://khuedoan.github.io/charts
```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 khuedoan` to see the charts.To install the `cloudflared` chart:
```sh
helm install cloudflared khuedoan/cloudflared
```To uninstall the chart:
```sh
helm delete cloudflared
```