syndesisio / syndesis-openshift-templates

OpenShift Templates for Syndesis
7 stars 18 forks source link

Error converting YAML to JSON - oc create using syndesis templates #124

Closed honghuac closed 7 years ago

honghuac commented 7 years ago

Following the instructions in the Quickstart, any attempt to use "oc create -f https://raw.githubusercontent.com/syndesisio/syndesis-openshift-templates/master/syndesis-dev-restricted.yml" or alternative templates result in this error -- error: error converting YAML to JSON: yaml: line 120: mapping values are not allowed in this context

I have attempted to create templates using either developer or system:admin accounts. Has something changed in the templates?

paoloantinori commented 7 years ago

Same error here, at least with the file at the time of this commit 60a9ebd

paoloantinori commented 7 years ago

The previous version still works fine:

oc create -f https://raw.githubusercontent.com/syndesisio/syndesis-openshift-templates/59c47d45f2ef10f2fcff3cbe9c69f6e9d4c4c1ec/syndesis-dev-restricted.yml
jimmidyson commented 7 years ago

Sorry my bad, broken in #123. Updated PR coming...