millions-planet-24262
11/27/2025, 2:49 AMimageTag variable, I get default value instead of not default value. What am I missing? Thanks in advance!little-cartoon-10569
11/27/2025, 3:06 AMnew Config() instead of new Config("foo") (and removing the matching foo:) does it work?
If not, try it like the examples here: https://github.com/pulumi/actions/issues/911
config-map: |
{ foo:bar: { value: "not default value" } }millions-planet-24262
11/27/2025, 3:08 AMbrash-rocket-72925
12/01/2025, 3:35 PMPulumi.yaml? Does the config key need to be prefixed with that?millions-planet-24262
12/01/2025, 10:30 PMmillions-planet-24262
12/01/2025, 10:30 PM