Skip to content

Commit

Permalink
small rewording of primary readme (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdstone authored Apr 13, 2024
1 parent 4ebad8f commit 9594e02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# J.D. Stone's Helm Charts Repo

Example project to demo testing and hosting a chart repository with GitHub Pages and Actions.

## How to Use My Charts

* Add this repository to your Helm:
```helm repo add jdstone https://charts.jdstone.dev```
* Install the chart with the values of your choice using the values.yaml file:
```helm install my-sql-exporter -f values.yaml```
```helm install -f values.yaml sql-exporter```

## Actions Used

Expand Down

0 comments on commit 9594e02

Please sign in to comment.