Need to exclude additional secrets fields from diff

I am using the secrets replicator https://github.com/mittwald/kubernetes-replicator to mirror secrets between namespaces. I am creating the starting secret placeholder with kubernetes_secret, but this leads to a permanent diff because the data and some annotations are updated by the replicator controller.

It would be helpful if I could indicate in my resource that some properties are dynamic and will be modified after creation.