SEBA-597 Enable 'make latest' to build a functioning SiaB

Change-Id: I2d34a4476f49c9fe905783cf6a393fe00f7d208f
diff --git a/xos-profiles/ponsim-pod/templates/tosca-configmap.yaml b/xos-profiles/ponsim-pod/templates/tosca-configmap.yaml
index 265c40a..9829f03 100644
--- a/xos-profiles/ponsim-pod/templates/tosca-configmap.yaml
+++ b/xos-profiles/ponsim-pod/templates/tosca-configmap.yaml
@@ -20,5 +20,5 @@
   name: ponsim-pod-tosca
 data:
 {{- $workflowpath := printf "tosca/%s/*" .Values.workflow }}
-{{ (.Files.Glob $workflowpath).AsConfig | indent 2 }}
-{{ (.Files.Glob "tosca/*").AsConfig | indent 2 }}
\ No newline at end of file
+{{ tpl (.Files.Glob $workflowpath).AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "tosca/*").AsConfig . | indent 2 }}