From c630c0d14b4a67b36f259d553d379e0560bc20f6 Mon Sep 17 00:00:00 2001 From: JAM <272807+JessieAMorris@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:54:14 -0700 Subject: [PATCH] README updates --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee1d57a..fc573be 100644 --- a/README.md +++ b/README.md @@ -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.