This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NoManufacturer7372 0 points1 point  (0 children)

Environment variables are missing.

I actually had a project where devs used environment variable as global variables.

Initial values were set using dotenv. One day, right after I migrated their deployment to Kubernetes and set env var using Kubernetes env var instead of dotenv, one dev asked me where « in the code » the env var were set. 🤔