calm-greece-42329
02/23/2019, 12:02 AMcore.v1.Secret
doesn’t have .id
, whats the recommended path for adding it to a volume?creamy-potato-29402
02/23/2019, 12:03 AMid
field in the YAML either..metadata.name
, no?calm-greece-42329
02/23/2019, 12:04 AMcreamy-potato-29402
02/23/2019, 12:05 AMwhatever.metadata.apply(m => m.name)
calm-greece-42329
02/23/2019, 12:06 AMcreamy-potato-29402
02/23/2019, 12:06 AMfoo.metadata.name
calm-greece-42329
02/23/2019, 12:12 AMcore.v1.Container
, because i have some pods that have many containers and i define them as separate values to keep the deployment from getting too longcreamy-potato-29402
02/23/2019, 12:14 AMgorgeous-egg-16927
02/23/2019, 12:14 AMcreamy-potato-29402
02/23/2019, 12:15 AMcontainer("nginx", "nginx").mountFile("foo.txt", "nginx").deploy(3)
or something.Output<T>
stuff is weird because we need a way to communicate that the values are computed, but common patterns should be very little code.calm-greece-42329
02/23/2019, 12:17 AMcreamy-potato-29402
02/23/2019, 12:17 AM@pulumi/kubernetes/types/input
calm-greece-42329
02/23/2019, 12:18 AMcreamy-potato-29402
02/23/2019, 12:19 AM