I found this pearl but cannot get it to compile -&...
# general
s
I found this pearl but cannot get it to compile -> https://www.pulumi.com/blog/program-kubernetes-with-11-cloud-native-pulumi-pearls/#3-inject-envoy-sidecars-using-abstraction
src/microservice/rex-common/base/BaseMicroservice.ts(5,21): error TS2532: Object is possibly 'undefined'.
src/microservice/rex-common/base/BaseMicroservice.ts(5,31): error TS2339: Property 'template' does not exist on type 'Input<DeploymentSpec>'.
The errors refer to the following line:
const pod = args.spec.template.spec;