-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
fix a service with one server .yaml example #5373
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
Conversation
mmatur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately you have change the wrong snippet of code.
You should update the line 108
ldez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
jbdoumenjou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
level=error msg="Cannot start the provider *file.Provider: yaml: unmarshal errors:\n line 10: cannot unmarshal !!map into []dynamic.Server"
What does this PR do?
It fixes "A Service with One Server" .yaml example
Motivation
Example yaml has wrong format which leads to error:
level=error msg="Cannot start the provider *file.Provider: yaml: unmarshal errors:\n line 10: cannot unmarshal !!map into []dynamic.Server"More