Skip to content

Commit 1ee8267

Browse files
authored
Update from datadog-secret to datadog-agent (DataDog#8178)
If you take a look at the manifest, you can see that the secret is called datadog-agent and not datadog-secret.
1 parent 53f98cd commit 1ee8267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/agent/kubernetes/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To install the Datadog Agent on your Kubernetes cluster:
111111
2. **Create a secret that contains your Datadog API Key**. Replace the `<DATADOG_API_KEY>` below with [the API key for your organization][2]. This secret is used in the manifest to deploy the Datadog Agent.
112112

113113
```shell
114-
kubectl create secret generic datadog-secret --from-literal api-key="<DATADOG_API_KEY>" --namespace="default"
114+
kubectl create secret generic datadog-agent --from-literal api-key="<DATADOG_API_KEY>" --namespace="default"
115115
```
116116

117117
**Note**: This create a secret in the `default` namespace. If you are in a custom namespace, update the `namespace` parameter of the command before running it.

0 commit comments

Comments
 (0)