mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-11 00:10:44 +00:00
Update TestKubeCertAgent to use new "v3" label value
This commit is contained in:
@@ -32,7 +32,7 @@ func TestKubeCertAgent(t *testing.T) {
|
||||
ctx, cancel := context.WithTimeout(ctx, 10*time.Second)
|
||||
defer cancel()
|
||||
agentPods, err := kubeClient.CoreV1().Pods(env.ConciergeNamespace).List(ctx, metav1.ListOptions{
|
||||
LabelSelector: "kube-cert-agent.pinniped.dev=v2",
|
||||
LabelSelector: "kube-cert-agent.pinniped.dev=v3",
|
||||
})
|
||||
if err != nil {
|
||||
return false, fmt.Errorf("failed to list pods: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user