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:
James Rasell 2020-07-10 16:31:19 +02:00 committed by GitHub
commit 7d685fa564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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"
}
```

View file

@ -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" {