From 5976b8f7ad71ba15d77682efc318cdd7ca4ab070 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Mon, 7 Jan 2019 10:00:24 +1300 Subject: Note that multiline variables are not supported --- doc/ci/variables/README.md | 4 ++++ doc/topics/autodevops/index.md | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 396fd91174e..373876050e3 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -262,6 +262,10 @@ variables](../../topics/autodevops/index.md#application-secret-variables) will then be available as environment variables on the running application container. +CAUTION: **Caution:** +Variables with multiline values are not currently supported, due to +limitations with the current Auto DevOps scripting environment. + ## Debug tracing > Introduced in GitLab Runner 1.7. diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index b3fd4261711..d2f5498e6eb 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -730,6 +730,10 @@ metadata: type: Opaque ``` +CAUTION: **Caution:** +Variables with multiline values are not currently supported, due to +limitations with the current Auto DevOps scripting environment. + NOTE: **Note:** Environment variables are generally considered immutable in a Kubernetes pod. Therefore, if you update an application secret without changing any -- cgit v1.2.3