From 069ebada39a71ca8edb352f671b0efb3ffe58c0e Mon Sep 17 00:00:00 2001
From: Alex ubuntu vm <alexdecb@yahoo.es>
Date: Fri, 27 Oct 2023 12:20:56 +0200
Subject: [PATCH] fixed name according to operator reference

---
 operator/daemonset/l2-ps-amd64.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/operator/daemonset/l2-ps-amd64.yaml b/operator/daemonset/l2-ps-amd64.yaml
index 1681daa..250d9b5 100644
--- a/operator/daemonset/l2-ps-amd64.yaml
+++ b/operator/daemonset/l2-ps-amd64.yaml
@@ -24,7 +24,7 @@ spec:
         effect: NoSchedule
       containers:
       - name: l2-ps
-        image: alexdecb/l2-ps:latest
+        image: alexdecb/l2sm-ovs:latest
         command: ["sleep","infinity"]
         env:
         - name: NODENAME
@@ -33,6 +33,8 @@ spec:
               fieldPath: spec.nodeName
         - name: NVPODS
           value: "10"  
+        - name: CONTROLLERIP
+          value: "10.1.14.8"
         imagePullPolicy: Always
         securityContext:
           capabilities:
-- 
GitLab