diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-09-19 17:07:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-19 17:07:31 +0000 |
commit | 5893da8ddf5bb76265366ec6e7007084055d786b (patch) | |
tree | 822673bf443a1fe27e9162bf125d2b97957704f6 /kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml | |
parent | b1bfc0b96c65484ad61efb57ca89e1dd17b246f6 (diff) | |
parent | 0d92fb7ed1b3b7f11d5bba72cff571b52facf251 (diff) |
Merge "Fixed mount point for policy-apex-pdp config file"
Diffstat (limited to 'kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml')
-rw-r--r-- | kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml b/kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml index d35b5de4c2..318ad34491 100644 --- a/kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml +++ b/kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml @@ -22,5 +22,5 @@ metadata: name: {{ include "common.fullname" . }}-configmap namespace: {{ include "common.namespace" . }} data: -{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} +{{ tpl (.Files.Glob "resources/config/config.json").AsConfig . | indent 2 }} |