Skip to content

Commit

Permalink
Add mode and fix YAML indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
clayton-cornell committed May 31, 2024
1 parent 5f4edb0 commit 1ef5f1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/sources/flow/tasks/configure/configure-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1ef5f1c

Please sign in to comment.