From 5be04f29066e4642f3fe9ca26e84b81de47ddf35 Mon Sep 17 00:00:00 2001 From: Mike Kolesnik Date: Tue, 6 Sep 2022 14:06:51 +0300 Subject: [PATCH] Adjust LH image overrides to use component names Operator expects the component name, use it in the Submariner CR and not the image name. Signed-off-by: Mike Kolesnik --- submariner-operator/templates/submariner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submariner-operator/templates/submariner.yaml b/submariner-operator/templates/submariner.yaml index f5e24d7..62051e3 100644 --- a/submariner-operator/templates/submariner.yaml +++ b/submariner-operator/templates/submariner.yaml @@ -42,10 +42,10 @@ spec: submariner-networkplugin-syncer: {{ index . "submariner-networkplugin-syncer" }} {{- end }} {{- if index . "lighthouse-agent" }} - lighthouse-agent: {{ index . "lighthouse-agent" }} + submariner-lighthouse-agent: {{ index . "lighthouse-agent" }} {{- end }} {{- if index . "lighthouse-coredns" }} - lighthouse-coredns: {{ index . "lighthouse-coredns" }} + submariner-lighthouse-coredns: {{ index . "lighthouse-coredns" }} {{- end }} {{- end }} {{- end }}