We are running Jenkins version 2.462.3 in a kubernetes environment. On one of my instances I have the kubernetes credentials provider plugin installed (v. 1.262.v2670ef7ea_0c5). When I create a kubernetes secret in the same namespace, the instance in fact picks up the credential as expected.
I have created a secret in another namespace, and create a kuernetes role to list, get,watch the secrets in that namespace. I also created a rolebinding, giving the Service Account jenkins access that is in namespace1. But the secret does not show up as a kubernetes secret in namespace1. Is this not supported, or can someone explain what I am missing. Thanks in advance.