https://pulumi.com logo
Title
b

boundless-engineer-23836

08/23/2022, 8:21 PM
Hi Everyone, Im trying to use https://www.pulumi.com/registry/packages/kubernetes/api-docs/apps/v1/deploymentpatch/ to remove an annotation within a deployment spec. if i set the annotation to something like
{ annotations: {"annotation/fix": ""}}
it sets it to an empty string as expected. Is there a way to remove that annotation completely?