From aa1477e093cf49555db3b7b8d078714e1e255ebb Mon Sep 17 00:00:00 2001 From: hanif Date: Fri, 23 Jul 2021 16:22:46 -0400 Subject: [PATCH] Update README.md --- production/kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/kubernetes/README.md b/production/kubernetes/README.md index 359462e6c38a..82727d398882 100644 --- a/production/kubernetes/README.md +++ b/production/kubernetes/README.md @@ -6,7 +6,7 @@ Manifests: - Metric collection (Deployment): [`agent-bare.yaml`](./agent-bare.yaml) - Log collection (DaemonSet): [`agent-loki.yaml`](./agent-loki.yaml) -- Trace collection (DaemonSet): [`agent-tempo.yaml`](./agent-tempo.yaml) +- Trace collection (Deployment): [`agent-tempo.yaml`](./agent-tempo.yaml) ⚠️ **These manifests do not include the Agent's configuration (ConfigMaps)**, which are necessary to run the Agent.