Skip to content

Commit d9bb509

Browse files
committed
Migration of kube-rbac-proxy in gitops-operator
Signed-off-by: akhil nittala <nakhil@redhat.com>
1 parent de73536 commit d9bb509

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/openshift/e2e/ginkgo/sequential/1-051_validate_argocd_agent_principal_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -390,11 +390,6 @@ var _ = Describe("GitOps Operator Sequential E2E Tests", func() {
390390
Expect(container.Env).To(ContainElement(corev1.EnvVar{Name: key, Value: value}), "Environment variable %s should be set to %s", key, value)
391391
}
392392

393-
Expect(container.Env).To(ContainElement(And(
394-
HaveField("Name", "REDIS_PASSWORD"),
395-
HaveField("ValueFrom.SecretKeyRef", Not(BeNil())),
396-
)), "REDIS_PASSWORD should be set with valueFrom.secretKeyRef")
397-
398393
By("Disable principal")
399394

400395
Expect(k8sClient.Get(ctx, client.ObjectKey{Name: argoCDName, Namespace: ns.Name}, argoCD)).To(Succeed())

0 commit comments

Comments
 (0)