From ea5e853bdb84863dd8846d257596a0ae1d292183 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 22 Feb 2023 18:50:07 +0100 Subject: [PATCH] README.md: add instructions on how to use a values.yaml file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d4d728..948a3c3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ Dependencies: helm install forgejo oci://codeberg.org/forgejo-contrib/forgejo ``` +In case you want to supply values, you can reference a `values.yaml` file: + +```sh +helm install forgejo -f values.yaml oci://codeberg.org/forgejo-contrib/forgejo +``` + When upgrading, please refer to the [Upgrading](#upgrading) section at the bottom of this document for major and breaking changes.