Merge pull request #2 from sridhargaddam/update-route-agent-ds

Update route-agent-ds with Cluster/SVC CIDR values
This commit is contained in:
Thomas Pantelis
2019-08-28 08:20:49 -04:00
committed by GitHub
+5 -1
View File
@@ -37,6 +37,10 @@ spec:
value: "{{ .Values.submariner.clusterId }}"
- name: SUBMARINER_DEBUG
value: "{{ .Values.submariner.debug }}"
- name: SUBMARINER_CLUSTERCIDR
value: "{{ .Values.submariner.clusterCidr }}"
- name: SUBMARINER_SERVICECIDR
value: "{{ .Values.submariner.serviceCidr }}"
resources:
{{ toYaml .Values.routeAgent.resources | indent 10 }}
securityContext:
@@ -58,4 +62,4 @@ spec:
{{- with .Values.routeAgent.affinity }}
affinity:
{{ toYaml . | indent 8 }}
{{- end }}
{{- end }}