Merge pull request #8416 from hashicorp/jrasell-minor-scaling-docs-fixes
docs: fix minor incorrect syntax in autoscaling plugin docs.
This commit is contained in:
commit
7d685fa564
|
@ -54,7 +54,7 @@ ensuring it is not put under excessive load pressure.
|
|||
### Agent Configuration Options
|
||||
|
||||
```hcl
|
||||
target "nomad-apm" {
|
||||
apm "nomad-apm" {
|
||||
driver = "nomad-apm"
|
||||
}
|
||||
```
|
||||
|
|
|
@ -10,7 +10,8 @@ description: The "scaling" stanza allows specifying scaling policy for a task gr
|
|||
<Placement groups={['job', 'group']} />
|
||||
|
||||
The `scaling` stanza allows configuring scaling options for a task group, for the purpose
|
||||
of supporting external autoscalers like the [Nomad Autoscaler](https://github.com/hashicorp/nomad-autoscaler).
|
||||
of supporting external autoscalers like the [Nomad Autoscaler](https://github.com/hashicorp/nomad-autoscaler)
|
||||
and scaling via the Nomad UI.
|
||||
|
||||
```hcl
|
||||
job "example" {
|
||||
|
|
Loading…
Reference in a new issue