From baae6db878a8cb6c8252eaa9003257e7996ad7ef Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 1 Oct 2023 15:43:48 +0200 Subject: [PATCH] + gitignore file, fix typo --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fc4626 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +releases +myvalues.yaml diff --git a/README.md b/README.md index e40cd3e..6e4590d 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ For starters, create a minimal `values.yaml` like this one: ```yaml image: tag: "v0.0.3" -``** +``` **Please note that the helm chart doesn't deploy a loadbalancer, you need to do this yourself, if needed.**