pod dependent env var

When you create a Pod, you can set dependent environment variables for the containers that run in the Pod. To set dependent environment variables, you can use $(VAR_NAME) in the value of env in the configuration file.

https://kubernetes.io/docs/tasks/inject-data-application/define-interdependent-environment-variables/

Leave a comment