gorgeous-animal-95046
05/19/2020, 5:39 PMDeployment
which I believe has the same spec, but pulumi is giving me a diff where the entire containers
array is going to be deleted. When I dump out my deployment object in the code, it has the containers array filled in. I'm guessing i'm wrong and the state doesn't match for the import. Is this a pulumi bug where it can't diff the array contents?envFrom.push({ secretRef: { name: secret.apply((s: k8s.core.v1.Secret) => s.metadata.name) } });
When i hard code this to a static string, i get a proper diff on the containercreamy-potato-29402
05/21/2020, 2:40 AM