Commit 0da3ee57 authored by Lang Martin's avatar Lang Martin
Browse files

website more explicit auto_promote instructions

parent f4701e69
Showing with 3 additions and 1 deletion
+3 -1
......@@ -94,7 +94,9 @@ job "docs" {
allocations as part of its deployment were marked healthy.
- `auto_promote` `(bool: false)` - Specifies if the job should auto-promote to the
canary version when all canaries become healthy.
canary version when all canaries become healthy during a deployment. Defaults to
false which means canaries must be manually updated with the `nomad deployment promote`
command.
- `canary` `(int: 0)` - Specifies that changes to the job that would result in
destructive updates should create the specified number of canaries without
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment