Support globalnet image specification

This is necessary to allow globalnet image to be stored in local
registry.
This commit is contained in:
Mike Kolesnik
2020-03-11 10:30:34 +02:00
parent f6301aea3a
commit 116615040a
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ spec:
submariner.io/gateway: 'true'
containers:
- name: {{ template "submariner.fullname" . }}-globalnet
image: submariner-globalnet:local
imagePullPolicy: IfNotPresent
image: {{ .Values.globalnet.image.repository }}:{{ .Values.globalnet.image.tag }}
imagePullPolicy: {{ .Values.globalnet.image.pullPolicy }}
env:
- name: SUBMARINER_CLUSTERID
value: '{{ .Values.submariner.clusterId }}'
+5
View File
@@ -49,6 +49,11 @@ routeAgent:
nodeSelector: {}
tolerations: []
affinity: {}
globalnet:
image:
repository: submariner-globalnet
tag: local
pullPolicy: IfNotPresent
serviceAccounts:
engine:
create: true