diff options
author | Ramesh Parthasarathy <rp6768@att.com> | 2018-09-14 21:22:43 +0000 |
---|---|---|
committer | Ramesh Parthasarathy <rp6768@att.com> | 2018-09-14 21:26:35 +0000 |
commit | 1ceefda34e9720cdb25739665fd39d74dd22d64c (patch) | |
tree | 25a37e0e766cb9a2621898a508722bdaa3a5ecf4 /kubernetes/so/charts/so-vfc-adapter/templates/configmap.yaml | |
parent | 95f819a35f8ca316647b4a8341a589985f3c21d8 (diff) |
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)<rp6768@att.com>
Diffstat (limited to 'kubernetes/so/charts/so-vfc-adapter/templates/configmap.yaml')
-rwxr-xr-x | kubernetes/so/charts/so-vfc-adapter/templates/configmap.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kubernetes/so/charts/so-vfc-adapter/templates/configmap.yaml b/kubernetes/so/charts/so-vfc-adapter/templates/configmap.yaml index 48d9ef8820..a03dbd8930 100755 --- a/kubernetes/so/charts/so-vfc-adapter/templates/configmap.yaml +++ b/kubernetes/so/charts/so-vfc-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 }} |