SEBA-544 Helm charts for TT Workflow

Change-Id: I3eb33c501876f1b76312836b2fa16d68d4bb9c9a
diff --git a/xos-profiles/ponsim-pod/templates/tosca-configmap.yaml b/xos-profiles/ponsim-pod/templates/tosca-configmap.yaml
index 531715d..265c40a 100644
--- a/xos-profiles/ponsim-pod/templates/tosca-configmap.yaml
+++ b/xos-profiles/ponsim-pod/templates/tosca-configmap.yaml
@@ -19,4 +19,6 @@
 metadata:
   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