steep-angle-29984
06/17/2020, 11:46 AMsrc/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;