From 16803279d006495e77fdfbbdfcdfcbf64947dd0c Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 15 Dec 2023 18:54:46 +0100 Subject: [PATCH] add a few keywords to be expanded on --- README.org | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 4dcbb3e..9326f0e 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,4 @@ -#+TITLE: Minimal Helm Charts +#+TITLE: Minimal and Opinionated Helm Charts #+DATE: 2023-10-18 @@ -6,7 +6,13 @@ Backend-focused and UX optimized minmal charts built for use with deployments ba *** Chart Implementation Guidelines -TODO +**** TODO Example chart definition + +#+BEGIN_SRC +$ helm repo add tommy-skaug-charts ghcr.io/tommy-skaug/charts +#+END_SRC + +Check out the ingress configuration in [[./docs/ingress.org][ingress.org]] *** Charts @@ -21,14 +27,19 @@ An efficient and self-contained Matrix server using an embedded RocksDB database *** Usage -#+BEGIN_SRC -$ helm repo add tommy-skaug-charts ghcr.io/tommy-skaug/charts -#+END_SRC -Check out the ingress configuration in [[./docs/ingress.org][ingress.org]] ** License Repo was inspired by [[https://gitlab.com/ananace/charts][ananace]] (some parts imported and rewritten). -The general license of this repo is DWTFYWTPB, but it is Apache v2 in some of the repos which were built on other's work. See the individual chart for details. \ No newline at end of file +The general license of this repo is DWTFYWTPB, but it is Apache v2 in some of the repos which were built on other's work. See the individual chart for details. + + + + +helm install dispatch ./dispatch -f values-local.yaml + +kubectl describe pod + +helm delete dispatch