@@ -652,7 +652,7 @@ repo or by specifying a project variable:
...
@@ -652,7 +652,7 @@ repo or by specifying a project variable:
### Custom Helm chart per environment **[PREMIUM]**
### Custom Helm chart per environment **[PREMIUM]**
You can specify the use of a custom Helm chart per environment by scoping the environment variable
You can specify the use of a custom Helm chart per environment by scoping the environment variable
to the desired environment. See [Limiting environment scopes of variables](https://docs.gitlab.com/ee/ci/variables/#limiting-environment-scopes-of-variables-premium).
to the desired environment. See [Limiting environment scopes of variables](https://docs.gitlab.com/ee/ci/variables/#limiting-environment-scopes-of-variables-premium).
### Customizing `.gitlab-ci.yml`
### Customizing `.gitlab-ci.yml`
...
@@ -1022,10 +1022,9 @@ planned for a subsequent release.
...
@@ -1022,10 +1022,9 @@ planned for a subsequent release.
buildpack](#custom-buildpacks).
buildpack](#custom-buildpacks).
- Auto Test may fail because of a mismatch between testing frameworks. In this
- Auto Test may fail because of a mismatch between testing frameworks. In this
case, you may need to customize your `.gitlab-ci.yml` with your test commands.
case, you may need to customize your `.gitlab-ci.yml` with your test commands.
- Auto Deploy may fail if it is unable to create a Kubernetes namespace and
- Auto Deploy will fail if GitLab can not create a Kubernetes namespace and
service account for your project. See the
service account for your project. For help debugging this issue, see