Skip to content

Commit 47d6169

Browse files
Add mode and fix YAML indentation (#6936) (#6937)
(cherry picked from commit 6ead6f7) Co-authored-by: Clayton Cornell <[email protected]>
1 parent 4257ca3 commit 47d6169

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sources/flow/tasks/configure/configure-kubernetes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Use this method if you prefer to embed your {{< param "PRODUCT_NAME" >}} configu
9999

100100
```yaml
101101
agent:
102+
mode: "flow"
102103
configMap:
103104
content: |-
104105
// Write your Agent config here:
@@ -142,7 +143,8 @@ Use this method if you prefer to write your {{< param "PRODUCT_NAME" >}} configu
142143
1. Modify Helm Chart's configuration in your `values.yaml` to use the existing ConfigMap:
143144

144145
```yaml
145-
agent:
146+
agent:
147+
mode: "flow"
146148
configMap:
147149
create: false
148150
name: agent-config

0 commit comments

Comments
 (0)