Add test case(s) to TestSite_CheckConnector in internal/kube/site/site_test.go.
When a Connector references spec.tlsCredentials but the secret is not in the profiles cache, CheckConnector should set Configured=False with a message like TLS credentials secret "my-tls" not found.
Add test case(s) to
TestSite_CheckConnectorininternal/kube/site/site_test.go.When a Connector references
spec.tlsCredentialsbut the secret is not in the profiles cache,CheckConnectorshould setConfigured=Falsewith a message likeTLS credentials secret "my-tls" not found.