This message was deleted.
# general
s
This message was deleted.
b
I'm taking a look at the code now, there's every possibility the SDK changed and we didn't update, standby
😍 1
a
Thanks - I'm not super up to speed on Go itself yet, but I understand it better than the other languages 😉 (I'm a long time Rubyist)
b
hey, simple fix - thanks for pointing it out. I've got a PR open here with it: https://github.com/pulumi/docs/pull/4425 it'll be live once it's review but this should move you forward
a
@billowy-army-68599 Thanks! That did the trick. For my edification, what is the difference with adding the &, and do you have any tips on where I can learn more about why that changed?
b
it might be it's been wrong the whole time, I can't see any reference to this changing in the sdk https://github.com/pulumi/pulumi-kubernetes/blob/master/sdk/go/kubernetes/core/v1/podTemplate.go as for why, the
corev1.PodTemplateSpec
expects a pointer address, and Go's type system is strict. If you check out the commit message I added a bit more colour
a
ah cool. Thanks again! Have a great weekend.