gifted-balloon-26385
09/03/2024, 3:54 PMpulumiConfig:
foo:
bar: 2
and then a stack’s .yaml file defines:
environment:
- myEnv
config:
foo:
baz: 2
will the effective config have both foo.bar
and foo.baz
, or will the stack config overwrite foo
and only give me foo.baz
red-match-15116
09/03/2024, 6:28 PMgifted-balloon-26385
09/04/2024, 5:15 PM