File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/agent/kubernetes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,14 +254,14 @@ Here are the steps:
254254 helm install my-datadog-operator datadog/datadog-operator
255255 ` ` `
256256
257- 2. Create a Kubernetes secret with your API and APP keys
257+ 2. Create a Kubernetes secret with your API and app keys
258258
259259 ` ` ` shell
260260 kubectl create secret generic datadog-secret --from-literal api-key=< DATADOG_API_KEY> --from-literal app-key=< DATADOG_APP_KEY>
261261 ` ` `
262262 Replace ` < DATADOG_API_KEY> ` and ` < DATADOG_APP_KEY> ` with your [Datadog API and application keys][6]
263263
264- 2. Create a file with the spec of your DatadogAgent deployment configuration. The simplest configuration is:
264+ 2. Create a file with the spec of your Datadog Agent deployment configuration. The simplest configuration is:
265265
266266 ` ` ` yaml
267267 apiVersion: datadoghq.com/v1alpha1
@@ -284,7 +284,7 @@ Here are the steps:
284284 name: " gcr.io/datadoghq/cluster-agent:latest"
285285 ` ` `
286286
287- 3. Deploy the Datadog agent with the above configuration file:
287+ 3. Deploy the Datadog Agent with the above configuration file:
288288 ` ` ` shell
289289 kubectl apply -f agent_spec=/path/to/your/datadog-agent.yaml
290290 ` ` `
You can’t perform that action at this time.
0 commit comments