Skip to content

Commit

Permalink
feat: update doc & add artifacthub metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Dec 30, 2023
1 parent 2205ac8 commit 60edbe5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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 adminafk https://helm-charts.adminafk.fr
`helm repo add <alias> https://helm-charts.adminafk.fr`

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>
helm install <chart-name> <alias>/<chart-name>

To uninstall the chart:

helm delete my-<chart-name>
helm delete <chart-name>
4 changes: 4 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
repositoryID: 83bfdc36-c35a-463a-9719-c58943c23c77
owners:
- name: Ludovic Ortega
email: [email protected]

0 comments on commit 60edbe5

Please sign in to comment.