docs: Fixing path for autoscaling/agent/source nav item (#12166)

This commit is contained in:
Ashlee M Boyer
2022-03-01 17:24:12 -05:00
committed by GitHub
parent b246227869
commit 2f14ceef05
3 changed files with 5 additions and 1 deletions

View File

@@ -1,27 +0,0 @@
---
layout: docs
page_title: source Stanza - Nomad Autoscaler Agent Configuration
description: >-
The "source" block is used to configure scaling target sources.
---
# `source` Block
<Placement groups={['policy', 'source']} />
The `source` block is used to configure scaling target sources.
```hcl
policy {
source "nomad" {
enabled = false
}
}
```
Supported sources are `file` and `nomad`.
### `source` Parameters
- `enabled` `(bool: true)` - Defines if the scaling policy source should be
enabled or disabled.