/charts

my kubernetes helm charts

Charts

Here are my Helm charts for various projects. Charts extend this library chart for common configuration.

Installation

Add the chart repo and install a chart:

helm repo add brettinternet https://brettinternet.github.io/charts
helm install brettinternet/plex

Develop

Install go-task.

Setup and install dependencies:

task init

Create a new chart from the common template:

task charts:template -- new-common-chart

Or create from the Helm boilerplate:

task charts:new -- new-chart