Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieAMorris committed Dec 9, 2024
1 parent 8f62a85 commit c630c0d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Helm Example Repository
# Philterd Helm Charts

Ahoy world! I'm a Helm repository for example charts.
Helm charts for [philterd](https://www.philterd.ai/).

## Get started

Add this repository to Helm.

```
helm repo add examples https://helm.github.io/examples
helm repo add philterd https://JessieAMorris.github.io/philterd-charts
```

Install an example.
Install philter

```
helm install ahoy examples/hello-world
helm install philter philterd/philter
```

## Configuration

The best way to see all of the available configuration is in the [values.yaml](charts/philter/values.yaml) file.

0 comments on commit c630c0d

Please sign in to comment.