remove uneeded notes

This commit is contained in:
Arlan Lloyd 2024-08-17 06:46:16 +00:00
parent 8e61244e7b
commit 7441a3a3b1

View File

@ -9,18 +9,6 @@ helm upgrade kyoo . --install --values myvalues.yaml
```
`myvaules.yaml` content
```yaml
# If the helm release has another name other than kyoo
# subchart resources will be named $releasename-$resource
# have seen other charts use "{{ .Release.Name }}-postgresql", but having issues
# global:
# meilisearch:
# host: kyoo-meilisearch
# rabbitmq:
# host: kyoo-rabbitmq
# postgres:
# host: kyoo-postgresql
kyoo:
address: https://kyoo.mydomain.com
meilisearch: