Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-12-13 06:23:39 +0300
committerThong Kuah <tkuah@gitlab.com>2019-01-07 01:01:41 +0300
commit99f0539587fad35bdbf1b16ea4f082757f44b053 (patch)
tree36dd4eadf6bad2b844d5d7837d74771a00432e25 /doc/ci/variables/README.md
parenta4833f6fe0b725a4ee312367a311ec075352fba2 (diff)
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/README.md')
-rw-r--r--doc/ci/variables/README.md13
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.