update helm install command

This commit is contained in:
Maidul Islam
2022-12-22 13:35:36 -05:00
parent ec0313ffa0
commit ca8bc212a3

View File

@ -42,7 +42,7 @@ that by adding the `--namespace <namespace-to-install-to>` to your `helm install
```bash
## Installs to default namespace
helm install infisical-helm-charts/infisical --values <path to the values.yaml you downloaded/created in step 2>
helm install infisical-helm-charts/infisical --generate-name --values <path to the values.yaml you downloaded/created in step 2>
```
<Note>