Merge branch 'docs-how-to-migrate-deploy-boards' into 'master'
Add how to migrate deployments for deploy boards See merge request gitlab-org/gitlab-ce!29872
This commit is contained in:
commit
b2f0955b77
1 changed files with 4 additions and 1 deletions
|
@ -88,7 +88,10 @@ To display the Deploy Boards for a specific [environment] you should:
|
|||
Kubernetes.
|
||||
|
||||
NOTE: **Note:**
|
||||
Matching based on the Kubernetes `app` label was removed in [GitLab 12.1](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14020)
|
||||
Matching based on the Kubernetes `app` label was removed in [GitLab
|
||||
12.1](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14020).
|
||||
To migrate, please apply the required annotations (see above) and
|
||||
re-deploy your application.
|
||||
|
||||
![Deploy Boards Kubernetes Label](img/deploy_boards_kubernetes_label.png)
|
||||
|
||||
|
|
Loading…
Reference in a new issue