Environment
YAML keys for environment block
The environment key is intended to be used to inject a global environment configuration into steps, services and secret containers. Control of which container types get the injected environment settings is available via the metadata block.
---
# This document is displaying using the environment key with a map syntax.
# Additionally, you can also use array syntax where the items in
# they array are of pattern HELLO="Hello, Vela!"
environment:
HELLO: "Hello, Vela!"
Last modified August 14, 2024: fix: change yaml tag to yaml key (#424) (9afaab33)