Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang committed Jun 17, 2024
1 parent 51d4f26 commit 207a01d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/remote_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This feature was introduced in Datadog Operator v1.7.0 and is currently in beta.

Remote Configuration in the Datadog Operator allows you to enable features in a Kubernetes cluster from Datadog.

You can create a policy on the [Fleet Automation page](link-to-be-added) page to enable a feature for an eligible scope. The Datadog Operator then updates the Agents with the necessary configuration.
You can create a policy on the Fleet Automation page to enable a feature for an eligible scope. The Datadog Operator then updates the Agents with the necessary configuration.

## Prerequisites

Expand All @@ -17,8 +17,9 @@ You can create a policy on the [Fleet Automation page](link-to-be-added) page to
Remote Configuration is disabled by default. To enable it using the [datadog-operator Helm chart](https://github.com/DataDog/helm-charts/tree/main/charts/datadog-operator), in your `values.yaml` file make the following changes:

1. Set `remoteConfiguration.enabled=true`.
2. Set a cluster name `clusterName`.
3. Set Datadog credentials, using `apiKey/apiKeyExistingSecret` and `appKey/appKeyExistingSecret`. (If using a secret, create the secret with `kubectl create secret generic datadog-secret --from-literal api-key=<DATADOG_API_KEY> --from-literal app-key=<DATADOG_APP_KEY>`.)
2. Set a cluster name, `clusterName`.
3. Set Datadog credentials, using `apiKey/apiKeyExistingSecret` and `appKey/appKeyExistingSecret`. (If using a secret, create the secret with
`kubectl create secret generic datadog-secret --from-literal api-key=<DATADOG_API_KEY> --from-literal app-key=<DATADOG_APP_KEY>`.)

Then install the Datadog Operator:

Expand Down

0 comments on commit 207a01d

Please sign in to comment.