Skip to content

Commit 039943e

Browse files
author
Amrouche Hamza
committed
feature: add helm dependencies update
1 parent 89138fe commit 039943e

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)