mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 08:30:35 +00:00
Merge pull request #2 from sridhargaddam/update-route-agent-ds
Update route-agent-ds with Cluster/SVC CIDR values
This commit is contained in:
@@ -37,6 +37,10 @@ spec:
|
|||||||
value: "{{ .Values.submariner.clusterId }}"
|
value: "{{ .Values.submariner.clusterId }}"
|
||||||
- name: SUBMARINER_DEBUG
|
- name: SUBMARINER_DEBUG
|
||||||
value: "{{ .Values.submariner.debug }}"
|
value: "{{ .Values.submariner.debug }}"
|
||||||
|
- name: SUBMARINER_CLUSTERCIDR
|
||||||
|
value: "{{ .Values.submariner.clusterCidr }}"
|
||||||
|
- name: SUBMARINER_SERVICECIDR
|
||||||
|
value: "{{ .Values.submariner.serviceCidr }}"
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .Values.routeAgent.resources | indent 10 }}
|
{{ toYaml .Values.routeAgent.resources | indent 10 }}
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -58,4 +62,4 @@ spec:
|
|||||||
{{- with .Values.routeAgent.affinity }}
|
{{- with .Values.routeAgent.affinity }}
|
||||||
affinity:
|
affinity:
|
||||||
{{ toYaml . | indent 8 }}
|
{{ toYaml . | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user