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.**