This repo houses a bunch of helm charts that I find useful.
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
: A chart to generate "registry credentials" (i.e. pull secrets for Kubernetes) easily from values
traefik-forward-auth
: A chart for deployingtraefik-forward-auth
(a service for adding OIDC to a generic traefik installation)postgrest
: A chart for deploying PostgREST (a fast and performant way to build an API backend on top of a PostgreSQL database)training-ns
: A chart I like to use for generating throw-away namespaces and users for training others on Kubernetes