From 7e1036251519bc97f8fdd8e8330598650af450b6 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 27 Nov 2023 17:14:52 +0000 Subject: [PATCH] More README tweaks. --- charts/budibase/README.md | 9 ++++++++- charts/budibase/README.md.gotmpl | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/charts/budibase/README.md b/charts/budibase/README.md index 961776b977..9164ace2ce 100644 --- a/charts/budibase/README.md +++ b/charts/budibase/README.md @@ -6,7 +6,14 @@ Budibase is an open source low-code platform, helping thousands of teams build a - `helm` v3 or above - Kubernetes 1.4+ -- A storage controller (for `PersistentVolume` creation, if you want to ensure your data does not get lost when pods restart) +- A storage controller (if you want to use persistent storage) +- An ingress controller (if you want to define an `Ingress` resource) + +## Chart dependencies + +This chart depends on the official Apache CouchDB chart. You can see its +documentation here: +. ## Installing the Chart diff --git a/charts/budibase/README.md.gotmpl b/charts/budibase/README.md.gotmpl index eacd832e74..23c2399a15 100644 --- a/charts/budibase/README.md.gotmpl +++ b/charts/budibase/README.md.gotmpl @@ -5,7 +5,14 @@ - `helm` v3 or above - Kubernetes 1.4+ -- A storage controller (for `PersistentVolume` creation, if you want to ensure your data does not get lost when pods restart) +- A storage controller (if you want to use persistent storage) +- An ingress controller (if you want to define an `Ingress` resource) + +## Chart dependencies + +This chart depends on the official Apache CouchDB chart. You can see its +documentation here: +. ## Installing the Chart