Skip to content

Commit

Permalink
Update route-agent Pod env with the host nodeName
Browse files Browse the repository at this point in the history
Related to: submariner-io/submariner-operator#835
Signed-Off-by: Sridhar Gaddam <[email protected]>
  • Loading branch information
sridhargaddam authored and tpantelis committed Nov 18, 2020
1 parent 8f2bed6 commit f108705
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion submariner/templates/route-agent-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f108705

Please sign in to comment.