commit | 923d8ff582efaa504a95f3cb9ea8c0f71a778335 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Fri Mar 15 14:49:13 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Tue Mar 19 10:02:43 2019 -0700 |
tree | d7a75e0c7e1e14c6748565c2f76f5b523ea4f5b4 | |
parent | ebf6d52aa2a3689f904d2282996b2f3c62b18698 [diff] [blame] |
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