diff options
author | mmis <michael.morris@ericsson.com> | 2018-09-19 12:44:35 +0100 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-09-19 14:26:42 +0000 |
commit | 0d92fb7ed1b3b7f11d5bba72cff571b52facf251 (patch) | |
tree | afc8cf3a0b37f7b593206f742770359f8bbcbf9e /kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml | |
parent | 8e2d02a927c405c9eb5aa537e6499cdf09916e84 (diff) |
Fixed mount point for policy-apex-pdp config file
/home/apexuser/config/config.json was being created as a directory rather
than a file
Also updated parameter class names in config file to match new names of
the classes
Issue-ID: POLICY-1124
Change-Id: I19a683bd722ba3767400f95e2a112cacf1dbe7cb
Signed-off-by: mmis <michael.morris@ericsson.com>
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 }} |