From f917e5624560fa0b370a2a7ab12a086e820d9708 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 27 Nov 2023 17:16:06 +0000 Subject: [PATCH] Note metrics-server dependency. --- charts/budibase/README.md | 1 + charts/budibase/README.md.gotmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/budibase/README.md b/charts/budibase/README.md index 9164ace2ce..ac25ccf7c9 100644 --- a/charts/budibase/README.md +++ b/charts/budibase/README.md @@ -8,6 +8,7 @@ Budibase is an open source low-code platform, helping thousands of teams build a - Kubernetes 1.4+ - A storage controller (if you want to use persistent storage) - An ingress controller (if you want to define an `Ingress` resource) +- `metrics-server` (if you want to make use of horizontal pod autoscaling) ## Chart dependencies diff --git a/charts/budibase/README.md.gotmpl b/charts/budibase/README.md.gotmpl index 23c2399a15..91f9822cb3 100644 --- a/charts/budibase/README.md.gotmpl +++ b/charts/budibase/README.md.gotmpl @@ -7,6 +7,7 @@ - Kubernetes 1.4+ - A storage controller (if you want to use persistent storage) - An ingress controller (if you want to define an `Ingress` resource) +- `metrics-server` (if you want to make use of horizontal pod autoscaling) ## Chart dependencies