The k8s-athenz-syncer watches for namespace events and synchronizes the Athenz domain data to the Kubernetes cluster as the AthenzDomain custom resource. But, the current implementation does NOT delete the resource when the namespace is deleted.
I think that the resource should be automatically deleted to provide accurate synchronization.