summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-01-07 10:00:24 +1300
committerThong Kuah <tkuah@gitlab.com>2019-01-07 11:01:41 +1300
commit5976b8f7ad71ba15d77682efc318cdd7ca4ab070 (patch)
treea7809eb3d9775c0edf1c0d9a16e3524a5ed76666
parent99f0539587fad35bdbf1b16ea4f082757f44b053 (diff)
downloadgitlab-ce-5976b8f7ad71ba15d77682efc318cdd7ca4ab070.tar.gz
Note that multiline variables are not supported
-rw-r--r--doc/ci/variables/README.md4
-rw-r--r--doc/topics/autodevops/index.md4
2 files changed, 8 insertions, 0 deletions
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