EnvVar represents an environment variable present in a Container.
Name of the environment variable. Must be a C_IDENTIFIER.
Value of the environment variable. Defaults to "". Variable references are not supported in Cloud Run.
Source for the environment variable's value. Only supports secret_key_ref. Cannot be used if value is not empty.