-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from colearendt/update-maintainer
Update docs
- Loading branch information
Showing
4 changed files
with
47 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
# charts to ignore | ||
charts/nfs-subdir-external-provisioner |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Helm Charts | ||
|
||
This repo houses a bunch of helm charts that I find useful. | ||
|
||
## Generally Useful | ||
|
||
- [`generic`](./charts/generic): As the name suggests, this chart can be used | ||
to deploy a "generic" application. | ||
- i.e. an application that needs a helm | ||
chart, and does not need lots of customization. The goal is to have "most" | ||
things available as values to customize. (Trying to reduce the number of | ||
bespoke helm charts I need to maintain. I use this often for microservices, | ||
etc.) | ||
- [`regcred`](./charts/regcred): A chart to generate "registry credentials" | ||
(i.e. pull secrets for Kubernetes) easily from values | ||
|
||
## Specific Applications | ||
|
||
- [`traefik-forward-auth`](./charts/traefik-forward-auth): A chart for | ||
deploying | ||
[`traefik-forward-auth`](https://github.com/thomseddon/traefik-forward-auth) (a | ||
service for adding OIDC to a generic traefik installation) | ||
- [`postgrest`](./charts/postgrest): A chart for deploying | ||
[PostgREST](https://postgrest.org/) (a fast and performant way to build an | ||
API backend on top of a PostgreSQL database) | ||
- [`training-ns`](./charts/training-ns): A chart I like to use for generating | ||
throw-away namespaces and users for training others on Kubernetes | ||
|
||
## Other | ||
|
||
- [`example](./charts/example): This example chart is just boilerplate for | ||
reference. It should not be used. | ||
- [`matomo`](./charts/matomo): This chart is useful for deploying | ||
[matomo](https://matomo.org/), but is maintained elsewhere. I would like for | ||
my fork to go away eventually. |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# from https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml | ||
repositoryID: f5771a8b-8389-465f-807a-e50f8cdc4682 | ||
owners: | ||
- name: colearendt | ||
email: [email protected] | ||
ignore: | ||
- name: example | ||
- name: matomo |