Update route-agent-ds with Cluster/SVC CIDR values

This commit is contained in:
Sridhar Gaddam
2019-08-14 13:32:29 +05:30
committed by GitHub
parent dfcac09089
commit 77cc3ace93
+4
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: