mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-05-01 21:36:00 +00:00
Add some log output to TestCredentialIssuerConfig for troubleshooting.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -36,6 +36,10 @@ func TestCredentialIssuerConfig(t *testing.T) {
|
||||
CredentialIssuerConfigs(namespaceName).
|
||||
List(ctx, metav1.ListOptions{})
|
||||
require.NoError(t, err)
|
||||
for _, config := range actualConfigList.Items {
|
||||
t.Logf("found CredentialIssuerConfig: %+v", config)
|
||||
}
|
||||
|
||||
require.Len(t, actualConfigList.Items, 1)
|
||||
|
||||
actualStatusKubeConfigInfo := actualConfigList.Items[0].Status.KubeConfigInfo
|
||||
|
||||
Reference in New Issue
Block a user