chore: added a note in the doc. (#1006)

Signed-off-by: Lakshmi Ravipati <lakshmi.ravipati@teladochealth.com>
This commit is contained in:
Lakshmi Ravipati 2023-09-08 00:50:43 -05:00 committed by GitHub
parent a6e9e27a72
commit 0980ed70c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,12 @@ releases:
value: false
```
Install required dependencies using [init](https://helmfile.readthedocs.io/en/latest/#init):
```console
helmfile init
```
Sync your Kubernetes cluster state to the desired one by running:
```console