Skip to content

Commit

Permalink
Helm dep should use install (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Apr 18, 2024
1 parent 3e5322b commit fc24d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+.
Expand Down

0 comments on commit fc24d7a

Please sign in to comment.