My secrets and variables are not injected properly in my container
Reviewed on 06 November 2024 • Published on 06 November 2024
Problem
My environment variables and secrets are not properly injected in my Serverless Container.
Cause
Environment variables or secrets that are too large, contain carriage returns and spread over several lines, as shown below, will not be injected properly.
"helloworld."
Solution
To avoid issues while injecting environment variables and secrets, we recommend encoding them to base64
.
Was this page helpful?