funkwhale: Update readme to same chart repo name

This commit is contained in:
Alexander Olofsson 2022-01-21 19:58:54 +01:00
parent 97769c30b5
commit 54f5cb5ab0
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -7,8 +7,8 @@ Funkwhale
A minimal Funkwhale install could look like; A minimal Funkwhale install could look like;
helm install funkwhale ananace/funkwhale --set ingress.enabled=true,ingress.host=funkwhale.example.com helm install funkwhale ananace-charts/funkwhale --set ingress.enabled=true,ingress.host=funkwhale.example.com
Though using HTTPS might be necessary if you wish to be able to federate with other Funkwhale instances - commonly referred to as pods. Though using HTTPS might be necessary if you wish to be able to federate with other Funkwhale instances - commonly referred to as pods.
helm install funkwhale ananace/funkwhale --set ingress.enabled=true,ingress.host=funkwhale.example.com,ingress.protocol=https,ingress.tls[0].hosts[0]=funkwhale.example.com,ingress.tls[0].secretName=funkwhale-tls helm install funkwhale ananace-charts/funkwhale --set ingress.enabled=true,ingress.host=funkwhale.example.com,ingress.protocol=https,ingress.tls[0].hosts[0]=funkwhale.example.com,ingress.tls[0].secretName=funkwhale-tls