Minor documentation fixes for controller-led (#2432)

* Minor documentation fixes
pull/2434/head
Irena Rindos 4 years ago committed by GitHub
parent f362bf0e1f
commit cee5ff7599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ func (c *ControllerLedCommand) extraControllerLedHelpFunc(helpMap map[string]fun
"",
" Create a worker using the controller-led approach, receiving an activation token for a worker. Example:",
"",
` $ boundary workers create controller-led -name us-east-1-1 "`,
` $ boundary workers create controller-led -name us-east-1-1`,
"",
"",
})

@ -34,7 +34,6 @@ either directly or via an env var or file by using `env://` or `file://` syntax:
```hcl
worker {
worker {
auth_storage_path="/boundary/demo-worker-1"
initial_upstreams = ["10.0.0.1"]
controller_generated_activation_token = "neslat_........."

Loading…
Cancel
Save