enough-truck-34175
03/26/2021, 2:44 PMPulumi.production.yaml
. This would make it easy to maintain common configuration in one place.better-shampoo-48884
03/26/2021, 3:31 PMenough-truck-34175
03/26/2021, 5:38 PMencryptedkey
. Am I understanding this correctly?better-shampoo-48884
03/26/2021, 5:48 PMenough-truck-34175
03/26/2021, 9:19 PMfilename := "Pulumi.esus-k8s-play-5-a.yaml"
c, err := conflate.FromFiles(filename, "Pulumi.play.yaml")
overlay, err := c.MarshalYAML()
ioutil.WriteFile(filename, overlay, 0644)
I’m using the same encryptkey
for both stacks, so the overlay doesn’t affect the secrets.run()
better-shampoo-48884
03/27/2021, 6:29 AM