Commit 767cfd08 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-add-missing-track-note' into 'master'

Document That Deploy Boards Assumes Stable Track When None is Present

See merge request gitlab-org/gitlab!42523
parents e659365a d102b50c
...@@ -48,9 +48,9 @@ Canary deployments require that you properly configure Deploy Boards: ...@@ -48,9 +48,9 @@ Canary deployments require that you properly configure Deploy Boards:
template for canary deployments that GitLab provides. template for canary deployments that GitLab provides.
Depending on the deploy, the label should be either `stable` or `canary`. Depending on the deploy, the label should be either `stable` or `canary`.
Usually, `stable` and blank or missing label means the same thing, and `canary` GitLab assumes the track label is `stable` if the label is blank or missing.
or any other track means canary/temporary. Any other track label is considered `canary` (temporary).
This allows GitLab to discover whether deployment is stable or canary (temporary). This allows GitLab to discover whether a deployment is stable or canary (temporary).
Once all of the above are set up and the pipeline has run at least once, Once all of the above are set up and the pipeline has run at least once,
navigate to the environments page under **Pipelines > Environments**. navigate to the environments page under **Pipelines > Environments**.
......
Markdown is supported
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