X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=blobdiff_plain;f=kubernetes%2Faai%2Fcomponents%2Faai-modelloader%2Ftemplates%2Fconfigmap.yaml;fp=kubernetes%2Faai%2Fcomponents%2Faai-modelloader%2Ftemplates%2Fconfigmap.yaml;h=d3fd509dcda6f6058922323c4e6901ccee99b88b;hp=534fd021dad914edde7bf67df7852fdb470a0f62;hb=c64f1c0954e631709083499f6d1c80258c7809ee;hpb=31ed63f0d15aad775eac50e309ad21f732dfb228 diff --git a/kubernetes/aai/components/aai-modelloader/templates/configmap.yaml b/kubernetes/aai/components/aai-modelloader/templates/configmap.yaml index 534fd021da..d3fd509dcd 100644 --- a/kubernetes/aai/components/aai-modelloader/templates/configmap.yaml +++ b/kubernetes/aai/components/aai-modelloader/templates/configmap.yaml @@ -26,6 +26,7 @@ metadata: heritage: {{ .Release.Service }} data: {{ tpl (.Files.Glob "resources/config/model-loader.properties").AsConfig . | indent 2 }} +{{ tpl (.Files.Glob "resources/application.properties").AsConfig . | indent 2 }} --- apiVersion: v1 kind: ConfigMap