3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

Helm dep should use install (#62)

This commit is contained in:
Cees-Jan Kiewiet 2024-04-18 15:34:52 +02:00 committed by GitHub
parent 3e5322bb98
commit fc24d7a259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ This is a [Helm](https://helm.sh/) chart for installing Mastodon into a
Kubernetes cluster. The basic usage is: Kubernetes cluster. The basic usage is:
1. edit `values.yaml` or create a separate yaml file for custom values 1. edit `values.yaml` or create a separate yaml file for custom values
1. `helm dep update` 1. `helm dep install`
1. `helm install --namespace mastodon --create-namespace my-mastodon ./ -f path/to/additional/values.yaml` 1. `helm install --namespace mastodon --create-namespace my-mastodon ./ -f path/to/additional/values.yaml`
This chart is tested with k8s 1.21+ and helm 3.8.0+. This chart is tested with k8s 1.21+ and helm 3.8.0+.