Update TestKubeCertAgent to use new "v3" label value

This commit is contained in:
Ryan Richard 2021-09-15 11:09:07 -07:00
parent 55de160551
commit 04544b3d3c
1 changed files with 1 additions and 1 deletions

View File

@ -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)