Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix helm chart path #156

Merged
merged 1 commit into from Oct 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation.md
Expand Up @@ -32,13 +32,13 @@ To use the Datadog Operator, deploy it in your Kubernetes cluster. Then create a
- Helm v2:

```shell
helm install --name $DD_NAMEOP -n $DD_NAMESPACE ./chart/datadog-operator
helm install --name $DD_NAMEOP -n $DD_NAMESPACE .
```

- Helm v3:

```shell
helm install $DD_NAMEOP -n $DD_NAMESPACE ./chart/datadog-operator
helm install $DD_NAMEOP -n $DD_NAMESPACE .
```

## Deploy the Datadog Agents with the operator
Expand Down