From 77cc3ace934c10ac8d82109116eae7d4c7393dc6 Mon Sep 17 00:00:00 2001 From: Sridhar Gaddam Date: Wed, 14 Aug 2019 13:32:29 +0530 Subject: [PATCH] Update route-agent-ds with Cluster/SVC CIDR values --- submariner/templates/route-agent-ds.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/submariner/templates/route-agent-ds.yaml b/submariner/templates/route-agent-ds.yaml index d21b0f9..afeaa32 100644 --- a/submariner/templates/route-agent-ds.yaml +++ b/submariner/templates/route-agent-ds.yaml @@ -37,6 +37,10 @@ spec: value: "{{ .Values.submariner.clusterId }}" - name: SUBMARINER_DEBUG value: "{{ .Values.submariner.debug }}" + - name: SUBMARINER_CLUSTERCIDR + value: "{{ .Values.submariner.clusterCidr }}" + - name: SUBMARINER_SERVICECIDR + value: "{{ .Values.submariner.serviceCidr }}" resources: {{ toYaml .Values.routeAgent.resources | indent 10 }} securityContext: @@ -58,4 +62,4 @@ spec: {{- with .Values.routeAgent.affinity }} affinity: {{ toYaml . | indent 8 }} -{{- end }} \ No newline at end of file +{{- end }}