Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion content/en/containers/datadog_operator/crd_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ To deploy a Datadog dashboard, you can use the Datadog Operator and `DatadogDash

### Setup

1. Run the installation command, substituting your Datadog API and application keys:
```shell
helm install my-datadog-operator datadog/datadog-operator --set apiKey=<DATADOG_API_KEY> --set appKey=<DATADOG_APP_KEY> --set datadogDashboard.enabled=true --set datadogCRDs.crds.datadogDashboards=true
```

1. Create a file with the spec of your `DatadogDashboard` deployment configuration.

**Example**:
Expand Down Expand Up @@ -95,4 +100,4 @@ To deploy a Datadog dashboard, you can use the Datadog Operator and `DatadogDash
[1]: https://helm.sh/
[2]: https://kubernetes.io/docs/tasks/tools/install-kubectl/
[3]: /containers/kubernetes/installation?tab=datadogoperator#installation
[4]: /api/latest/dashboards/#create-a-new-dashboard
[4]: /api/latest/dashboards/#create-a-new-dashboard
Loading