From 514dde7e957aba859817c732d8f7c31abc7b233d Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Fri, 22 Dec 2023 15:38:42 +0000
Subject: [PATCH] E2E Orchestrator:

- Corrected Manifest
---
 manifests/e2e_orchestratorservice.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/manifests/e2e_orchestratorservice.yaml b/manifests/e2e_orchestratorservice.yaml
index 13717b7fa..899e17fff 100644
--- a/manifests/e2e_orchestratorservice.yaml
+++ b/manifests/e2e_orchestratorservice.yaml
@@ -36,11 +36,6 @@ spec:
         env:
         - name: LOG_LEVEL
           value: "INFO"
-        - name: REDIS_PASSWORD
-          valueFrom:
-            secretKeyRef:
-              name: redis-secrets
-              key: REDIS_PASSWORD
         readinessProbe:
           exec:
             command: ["/bin/grpc_health_probe", "-addr=:10050"]
-- 
GitLab