Update Globalnet Pod env with the host nodeName

Related to: https://github.com/submariner-io/submariner/issues/970

Signed-Off-by: Sridhar Gaddam <sgaddam@redhat.com>
This commit is contained in:
Sridhar Gaddam
2020-12-24 14:06:14 +01:00
committed by Stephen Kitt
parent 6edd0a2f10
commit 9946eeb071
+4
View File
@@ -39,6 +39,10 @@ spec:
value: 'submariner-operator,kube-system,operators,openshift-monitoring,openshift-dns'
- name: SUBMARINER_NAMESPACE
value: '{{ .Release.Namespace }}'
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: "spec.nodeName"
securityContext:
allowPrivilegeEscalation: true
capabilities: