diff --git a/submariner/templates/route-agent-ds.yaml b/submariner/templates/route-agent-ds.yaml index 5a05201..4be9360 100644 --- a/submariner/templates/route-agent-ds.yaml +++ b/submariner/templates/route-agent-ds.yaml @@ -41,10 +41,14 @@ spec: value: "{{ .Values.submariner.clusterId }}" - name: SUBMARINER_DEBUG value: "{{ .Values.submariner.debug }}" - - name: SUBMARINER_CLUSTERCIDR + - name: SUBMARINER_CLUSTERCIDR value: "{{ .Values.submariner.clusterCidr }}" - name: SUBMARINER_SERVICECIDR value: "{{ .Values.submariner.serviceCidr }}" + - name: NODE_NAME + valueFrom: + fieldRef: + fieldPath: "spec.nodeName" resources: {{ toYaml .Values.routeAgent.resources | indent 10 }} securityContext: