mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 20:50:35 +00:00
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:
committed by
Stephen Kitt
parent
6edd0a2f10
commit
9946eeb071
@@ -39,6 +39,10 @@ spec:
|
|||||||
value: 'submariner-operator,kube-system,operators,openshift-monitoring,openshift-dns'
|
value: 'submariner-operator,kube-system,operators,openshift-monitoring,openshift-dns'
|
||||||
- name: SUBMARINER_NAMESPACE
|
- name: SUBMARINER_NAMESPACE
|
||||||
value: '{{ .Release.Namespace }}'
|
value: '{{ .Release.Namespace }}'
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: "spec.nodeName"
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|||||||
Reference in New Issue
Block a user