From 8a670ad49dd9f4bc40c2db1b077abf06cc8967c5 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 17 Dec 2020 11:36:45 +0100 Subject: [PATCH] Set the serviceDiscoveryEnabled flag This allows the e2e tests to complete successfully. Signed-off-by: Stephen Kitt --- submariner-operator/templates/submariner.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/submariner-operator/templates/submariner.yaml b/submariner-operator/templates/submariner.yaml index af9d0a2..3ea35a1 100644 --- a/submariner-operator/templates/submariner.yaml +++ b/submariner-operator/templates/submariner.yaml @@ -22,3 +22,4 @@ spec: repository: {{ .Values.submariner.images.repository }} version: {{ .Values.submariner.images.tag }} serviceCIDR: "{{ .Values.submariner.serviceCidr }}" + serviceDiscoveryEnabled: {{ .Values.submariner.serviceDiscovery }}