-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: unable to decode "STDIN": json: cannot unmarshal string into Go value of type unstructured.detector #1
Comments
@jarcher what version of OpenShift? |
I got the same error running on minishift origin (I believe): oc v3.6.0+c4dd4cf Server https://192.168.64.5:8443 Also, running this on a Mac. |
The template was successfully created in the project so I ended up just running: |
Solution: README is wrong, the command should be |
That worked. 'oc process -f ... | oc apply -f-' type of construct |
Attempting to apply the template
⇒ oc apply -f openshift-api-swagger-template.yml | oc apply -f-
error: unable to decode "STDIN": json: cannot unmarshal string into Go value of type unstructured.detector
ideas?
The text was updated successfully, but these errors were encountered: