Analytics subsystem CR is in error state

If the analytics subsystem CR is in error state and contains the following message relating to the analytics client endpoint, remove the client endpoint definition from the analytics CR as it is no longer used.
"APIC_APICOPS_0089E - The provided issuer did not sign the certificate. Expected Issuer: "CN=<NAME>", 
          Signed Issuer: "CN=<NAME>", see status.SystemCheck for more details."
For example, if you encounter an issue as stated above, remove the following block from the CR specification.
client:
         clientAuthEnabled: true    
         clientSubjectDN: CN=analytics-client-client,O=cert-manager
         enabled: true    endpoint:
         annotations:
         cert-manager.io/issuer: production-ingress-issuer
         hosts:
        - name: ac.apps.2dcdr.awsciondemand.com
        secretName: analytics-endpoint-secret
Note: If you are using a top level APIConnectCluster CR, then remove the block from the spec.analytics section.