From 6ead6f7d071f8ba9fabc0414be60c3e9b93105ef Mon Sep 17 00:00:00 2001 From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Date: Mon, 3 Jun 2024 05:32:30 -0700 Subject: [PATCH] Add mode and fix YAML indentation (#6936) --- docs/sources/flow/tasks/configure/configure-kubernetes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/flow/tasks/configure/configure-kubernetes.md b/docs/sources/flow/tasks/configure/configure-kubernetes.md index 332f38102dfb..8f05f8cdf8b6 100644 --- a/docs/sources/flow/tasks/configure/configure-kubernetes.md +++ b/docs/sources/flow/tasks/configure/configure-kubernetes.md @@ -99,6 +99,7 @@ Use this method if you prefer to embed your {{< param "PRODUCT_NAME" >}} configu ```yaml agent: + mode: "flow" configMap: content: |- // Write your Agent config here: @@ -142,7 +143,8 @@ Use this method if you prefer to write your {{< param "PRODUCT_NAME" >}} configu 1. Modify Helm Chart's configuration in your `values.yaml` to use the existing ConfigMap: ```yaml - agent: + agent: + mode: "flow" configMap: create: false name: agent-config