diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-09-12 14:19:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-12 14:19:02 +0000 |
commit | abebe0ce99f7aeb05827e67afc5c3cdaff45ee3f (patch) | |
tree | 93480876527d015e65360b33543aa56279bdd031 /kubernetes/policy/charts/drools/templates/configmap.yaml | |
parent | e5819ddab89fc838fe019166a75254dbbc26d261 (diff) | |
parent | 010965911185b9a1ef2008246fabc37f193baf2b (diff) |
Merge "refactor drools chart to allow customizations"
Diffstat (limited to 'kubernetes/policy/charts/drools/templates/configmap.yaml')
-rw-r--r-- | kubernetes/policy/charts/drools/templates/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/drools/templates/configmap.yaml b/kubernetes/policy/charts/drools/templates/configmap.yaml index 1f9503130c..7daf473db2 100644 --- a/kubernetes/policy/charts/drools/templates/configmap.yaml +++ b/kubernetes/policy/charts/drools/templates/configmap.yaml @@ -19,4 +19,4 @@ metadata: name: {{ include "common.fullname" . }}-configmap namespace: {{ include "common.namespace" . }} data: -{{ tpl (.Files.Glob "resources/config/opt/policy/config/drools/*").AsConfig . | indent 2 }} +{{ tpl (.Files.Glob "resources/configmaps/*").AsConfig . | indent 2 }} |