pulumi / pulumi-kubernetesx

Kubernetes for Everyone
Apache License 2.0
135 stars 16 forks source link

Deployment pod annotations impossible to add #70

Closed roderik closed 3 years ago

roderik commented 3 years ago

Affected feature

I needed to add prometheus scrape annotations on the pods in a deployment. There was no way to do so as the template field is omitted in the types. Reverted to a base deployment to get around this.

roderik commented 3 years ago

duplicate of #50