docs(k8s): Update readme with helm prerequisite(#2500)

This commit is contained in:
Dexter Lee 2021-05-06 07:53:53 -07:00 committed by GitHub
parent 095ca397eb
commit 0a393fc764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ The above commands sets the passwords to "datahub" as an example. Change to any
Second, deploy the dependencies by running the following
```(shell)
(cd prerequisites && helm dep update)
helm install prerequisites prerequisites/
```