Skip to content

Commit

Permalink
fix(docs): docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amribm committed Oct 25, 2024
1 parent 6a914ca commit f38ad11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/cue/reference/cli.cue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ cli: {
"watch-config-method": {
description: env_vars.VECTOR_WATCH_CONFIG_METHOD.description
env_var: "VECTOR_WATCH_CONFIG_METHOD"
default: env_vars.VECTOR_WATCH_CONFIG_METHOD.default
default: env_vars.VECTOR_WATCH_CONFIG_METHOD.type.string.default
type: "string"
}
}
Expand Down Expand Up @@ -643,7 +643,7 @@ cli: {
`recommend` - recommended event based watcher for host OS
`poll` - `poll` watcher can be used in cases where event based watcher doesn't work, e.g., when attaching the configuration via NFS.
"""
type: text: default: recommended
type: string: default: "recommended"
}
VECTOR_WATCH_CONFIG_POLL_INTERVAL_SECONDS: {
description: """
Expand Down

0 comments on commit f38ad11

Please sign in to comment.