diff options
author | Thong Kuah <tkuah@gitlab.com> | 2018-12-13 16:23:39 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-01-07 11:01:41 +1300 |
commit | 99f0539587fad35bdbf1b16ea4f082757f44b053 (patch) | |
tree | 36dd4eadf6bad2b844d5d7837d74771a00432e25 /doc/ci/variables | |
parent | a4833f6fe0b725a4ee312367a311ec075352fba2 (diff) | |
download | gitlab-ce-99f0539587fad35bdbf1b16ea4f082757f44b053.tar.gz |
Document Auto DevOps secret variables
Cross link from GitLab CI variable doc too
Add note about running pods and updating secrets without any code change
Diffstat (limited to 'doc/ci/variables')
-rw-r--r-- | doc/ci/variables/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 209a2c15d90..396fd91174e 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -249,6 +249,19 @@ the project services that you are using to learn which variables they define. An example project service that defines deployment variables is the [Kubernetes integration](../../user/project/clusters/index.md#deployment-variables). +## Auto DevOps application variables + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/49056) in GitLab 11.7. + +You can configure [Auto DevOps](../../topics/autodevops/index.md) to +pass CI variables to the running application by prefixing the key of the +variable with `K8S_SECRET_`. + +These [prefixed +variables](../../topics/autodevops/index.md#application-secret-variables) will +then be available as environment variables on the running application +container. + ## Debug tracing > Introduced in GitLab Runner 1.7. |