Hi Everyone, Im trying to use <https://www.pulumi....
# general
b
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
Copy code
{ annotations: {"annotation/fix": ""}}
it sets it to an empty string as expected. Is there a way to remove that annotation completely?