Skip to content

Commit

Permalink
[docs/getting_started] Fix kubectl apply command (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor committed Aug 18, 2021
1 parent 7cb27ba commit 8af199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here are the steps:

1. Deploy the Datadog agent with the above configuration file:
```shell
kubectl apply -f agent_spec=/path/to/your/datadog-agent.yaml
kubectl apply -f /path/to/your/datadog-agent.yaml
```

## Cleanup
Expand Down

0 comments on commit 8af199f

Please sign in to comment.