Skip to content

Commit 0734d66

Browse files
authored
Merge pull request #478 from Simperfit/feature/add-helm-dependencies-update
feature: add helm dependencies update
2 parents 96c9cc5 + 039943e commit 0734d66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deployment/kubernetes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ package manager) chart to deploy in a wink on any of these platforms.
3030

3131
## Deploying
3232

33+
Firstly you need to update helm dependencies by running:
34+
35+
helm dependency update ./api/helm/api
36+
37+
You are now ready to deploy the API!
38+
3339
Deploy your API to the container:
3440

3541
helm install ./api/helm/api --namespace=baz --name baz \

0 commit comments

Comments
 (0)