Commit 5976b8f7 authored by Thong Kuah's avatar Thong Kuah

Note that multiline variables are not supported

parent 99f05395
...@@ -262,6 +262,10 @@ variables](../../topics/autodevops/index.md#application-secret-variables) will ...@@ -262,6 +262,10 @@ variables](../../topics/autodevops/index.md#application-secret-variables) will
then be available as environment variables on the running application then be available as environment variables on the running application
container. container.
CAUTION: **Caution:**
Variables with multiline values are not currently supported, due to
limitations with the current Auto DevOps scripting environment.
## Debug tracing ## Debug tracing
> Introduced in GitLab Runner 1.7. > Introduced in GitLab Runner 1.7.
......
...@@ -730,6 +730,10 @@ metadata: ...@@ -730,6 +730,10 @@ metadata:
type: Opaque type: Opaque
``` ```
CAUTION: **Caution:**
Variables with multiline values are not currently supported, due to
limitations with the current Auto DevOps scripting environment.
NOTE: **Note:** NOTE: **Note:**
Environment variables are generally considered immutable in a Kubernetes Environment variables are generally considered immutable in a Kubernetes
pod. Therefore, if you update an application secret without changing any pod. Therefore, if you update an application secret without changing any
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment