-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f62a85
commit c630c0d
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |