From 1ceefda34e9720cdb25739665fd39d74dd22d64c Mon Sep 17 00:00:00 2001 From: Ramesh Parthasarathy Date: Fri, 14 Sep 2018 21:22:43 +0000 Subject: SO override files to use apt kube dns address All SO override files are updated with correct kube dns address for inter application communications based on review comments Change-Id: I6e1487f3d5a7db49df3e40fb41b6b148aacfee8d Issue-ID: SO-1022 Signed-off-by: Ramesh Parthasarathy(rp6768) --- kubernetes/so/charts/so-openstack-adapter/templates/configmap.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'kubernetes/so/charts/so-openstack-adapter/templates') diff --git a/kubernetes/so/charts/so-openstack-adapter/templates/configmap.yaml b/kubernetes/so/charts/so-openstack-adapter/templates/configmap.yaml index 48d9ef8820..a03dbd8930 100755 --- a/kubernetes/so/charts/so-openstack-adapter/templates/configmap.yaml +++ b/kubernetes/so/charts/so-openstack-adapter/templates/configmap.yaml @@ -26,8 +26,4 @@ metadata: name: {{ include "common.fullname" . }}-app-configmap namespace: {{ include "common.namespace" . }} data: - {{- $yamlpath := printf "resources/config/overrides/override.yaml" -}} - {{- $root := . }} - {{- range $path, $bytes := .Files.Glob $yamlpath }} - override.yaml: {{ $root.Files.Get $path | quote }} - {{- end }} \ No newline at end of file +{{ tpl (.Files.Glob "resources/config/overrides/*").AsConfig . | indent 2 }} -- cgit 1.2.3-korg