Skip to content

Commit 971462e

Browse files
authored
Update _index.md
1 parent 8974568 commit 971462e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/agent/kubernetes/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)