+ gitignore file, fix typo

This commit is contained in:
2023-10-01 15:43:48 +02:00
parent e7b03d55db
commit baae6db878
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
releases
myvalues.yaml

View File

@@ -105,7 +105,7 @@ For starters, create a minimal `values.yaml` like this one:
```yaml ```yaml
image: image:
tag: "v0.0.3" tag: "v0.0.3"
``** ```
**Please note that the helm chart doesn't deploy a loadbalancer, you need to do this yourself, if needed.** **Please note that the helm chart doesn't deploy a loadbalancer, you need to do this yourself, if needed.**