Note that multiline variables are not supported

This commit is contained in:
Thong Kuah 2019-01-07 10:00:24 +13:00
parent 99f0539587
commit 5976b8f7ad
2 changed files with 8 additions and 0 deletions

View file

@ -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.

View file

@ -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