Skip to content

Commit

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

## Overview

Remote Configuration in the Datadog Operator allows users to enable features in a Kubernetes cluster from the Datadog web app.

From the [Fleet Automation page](link-to-be-added), a policy can be created to enable a feature on an eligible scope. The Datadog Operator will then update the agents with the necessary configuration.
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.

## Prerequisites

* Datadog Operator v1.7.0+

## Enabling Remote Configuration

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:
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`.
Expand Down

0 comments on commit 51d4f26

Please sign in to comment.