Commit b5efc992 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'patch-172' into 'master'

Fix configuring dynamic environments sections

See merge request gitlab-org/gitlab!35923
parents b23f042b 69a7930c
...@@ -305,11 +305,6 @@ declaring their names dynamically in `.gitlab-ci.yml`. ...@@ -305,11 +305,6 @@ declaring their names dynamically in `.gitlab-ci.yml`.
Dynamic environments are a fundamental part of [Review apps](../review_apps/index.md). Dynamic environments are a fundamental part of [Review apps](../review_apps/index.md).
### Configuring incremental rollouts
Learn how to release production changes to only a portion of your Kubernetes pods with
[incremental rollouts](../environments/incremental_rollouts.md).
#### Allowed variables #### Allowed variables
The `name` and `url` parameters for dynamic environments can use most available CI/CD variables, The `name` and `url` parameters for dynamic environments can use most available CI/CD variables,
...@@ -422,6 +417,11 @@ that are [managed by GitLab](../../user/project/clusters/index.md#gitlab-managed ...@@ -422,6 +417,11 @@ that are [managed by GitLab](../../user/project/clusters/index.md#gitlab-managed
To follow progress on support for GitLab-managed clusters, see the To follow progress on support for GitLab-managed clusters, see the
[relevant issue](https://gitlab.com/gitlab-org/gitlab/-/issues/38054). [relevant issue](https://gitlab.com/gitlab-org/gitlab/-/issues/38054).
#### Configuring incremental rollouts
Learn how to release production changes to only a portion of your Kubernetes pods with
[incremental rollouts](../environments/incremental_rollouts.md).
### Deployment safety ### Deployment safety
Deployment jobs can be more sensitive than other jobs in a pipeline, Deployment jobs can be more sensitive than other jobs in a pipeline,
......
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