mirror of
https://github.com/mastodon/chart
synced 2025-03-14 13:01:51 +00:00
Helm dep should use install (#62)
This commit is contained in:
parent
3e5322bb98
commit
fc24d7a259
|
@ -4,7 +4,7 @@ This is a [Helm](https://helm.sh/) chart for installing Mastodon into a
|
|||
Kubernetes cluster. The basic usage is:
|
||||
|
||||
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`
|
||||
|
||||
This chart is tested with k8s 1.21+ and helm 3.8.0+.
|
||||
|
|
Loading…
Reference in New Issue
Block a user