https://pulumi.com logo
m

most-mouse-38002

07/04/2022, 3:00 PM
For env variable (such as pipeline configs) we can do
pulumi up -c "input1=123" -c "input2=345"
, but why are these prefixed with the
name
from Pulumi.yaml?
a

ancient-car-89914

07/04/2022, 5:08 PM
because all pulumi config keys have a namespace, and specifying a config key without a namespace is just shorthand for referencing the current project’s namespace
☝️ 1
👍 1
m

most-mouse-38002

07/05/2022, 7:00 AM
Gotcha, thanks!
5 Views