Skip to content

Commit de73536

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

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/openshift/e2e/ginkgo/sequential/1-052_validate_argocd_agent_agent_test.go

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

349-
Expect(container.Env).To(ContainElement(And(
350-
HaveField("Name", "REDIS_PASSWORD"),
351-
HaveField("ValueFrom.SecretKeyRef", Not(BeNil())),
352-
)), "REDIS_PASSWORD should be set with valueFrom.secretKeyRef")
353-
354349
By("Verify custom environment variable is present")
355350

356351
Expect(container.Env).To(ContainElement(corev1.EnvVar{Name: "TEST_ENV", Value: "test_value"}), "Custom environment variable TEST_ENV should be set")

0 commit comments

Comments
 (0)