Skip to content

Commit

Permalink
document usage and location of configuration (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
moll-re authored May 14, 2024
1 parent ba07ea9 commit 56f1c0a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Chart - Usage

### Prerequisites
- [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:
```
helm repo add <alias> https://puzzle.github.io/cert-manager-webhook-dnsimple
```
If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages.
### Installing
To install the cert-manager-webhook-dnsimple chart:
```
helm install <my-chart-name> <alias>/cert-manager-webhook-dnsimple
```
To uninstall the chart:
```
helm delete <my-chart-name>
```
### Configuration
The required configuration values are listed in the repository's README under [puzzle/cert-manager-webhook-dnsimple](https://github.com/puzzle/cert-manager-webhook-dnsimple#options).

0 comments on commit 56f1c0a

Please sign in to comment.