ContainerImage.Pinniped/test
Matt Moyer 657488fe90
Create CredentialIssuer at install, not runtime.
Previously, our controllers would automatically create a CredentialIssuer with a singleton name. The helpers we had for this also used "raw" client access and did not take advantage of the informer cache pattern.

With this change, the CredentialIssuer is always created at install time in the ytt YAML. The controllers now only update the existing CredentialIssuer status, and they do so using the informer cache as much as possible.

This change is targeted at only the kubecertagent controller to start. The impersonatorconfig controller will be updated in a following PR along with other changes.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-05-19 17:15:25 -05:00
..
cluster_capabilities Add hasExternalLoadBalancerProvider to AKS/EKS capabilities files 2021-03-26 08:03:51 -07:00
deploy/tools More debugging of tests which only fail in main CI 2021-05-17 13:53:17 -07:00
integration Create CredentialIssuer at install, not runtime. 2021-05-19 17:15:25 -05:00
library More debugging of tests which only fail in main CI 2021-05-17 13:53:17 -07:00