commit | af38f0d1aa8544d2d06489ec4a7f1901a80fd896 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Fri Apr 19 16:03:34 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Mon Apr 22 15:27:48 2019 -0700 |
tree | c1c9e25722c5f76c04a9eae68ac8fb7d14716e71 | |
parent | 3386820e63862a367c1332e14b97d4a3f4227115 [diff] [blame] |
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 }}