mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 13:50:34 +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'
|
||||
- name: SUBMARINER_NAMESPACE
|
||||
value: '{{ .Release.Namespace }}'
|
||||
- name: NODE_NAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: "spec.nodeName"
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
capabilities:
|
||||
|
||||
Reference in New Issue
Block a user