summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/templates/configmap.yaml
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-09-17 21:20:35 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-17 21:20:35 +0000
commitffb5d8f810679b24211060cb895b79d1851c3de0 (patch)
treea07186bbf523ed0e3073562d1c8689c0043c4422 /kubernetes/so/templates/configmap.yaml
parent2dd257050d497887ea73cc17378e9250e70b8508 (diff)
parent1ceefda34e9720cdb25739665fd39d74dd22d64c (diff)
Merge "SO override files to use apt kube dns address"
Diffstat (limited to 'kubernetes/so/templates/configmap.yaml')
-rwxr-xr-xkubernetes/so/templates/configmap.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/kubernetes/so/templates/configmap.yaml b/kubernetes/so/templates/configmap.yaml
index 48d9ef8820..a03dbd8930 100755
--- a/kubernetes/so/templates/configmap.yaml
+++ b/kubernetes/so/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 }}