1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

More README tweaks.

This commit is contained in:
Sam Rose 2023-11-27 17:14:52 +00:00
parent 6674bf139b
commit 7e10362515
No known key found for this signature in database
2 changed files with 16 additions and 2 deletions

View file

@ -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:
<https://github.com/apache/couchdb-helm/tree/couchdb-4.3.0/couchdb>.
## Installing the Chart

View file

@ -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:
<https://github.com/apache/couchdb-helm/tree/couchdb-4.3.0/couchdb>.
## Installing the Chart