Skip to content

Commit

Permalink
update helm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Dec 22, 2022
1 parent ec0313f commit ca8bc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/self-hosting/deployments/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ca8bc21

Please sign in to comment.