-
Notifications
You must be signed in to change notification settings - Fork 12
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
Docs for Ambassador 2 + fixes for preview breakages #174
Conversation
…omma separated string into its components for the mapping template cors section as Ambassador 2.0 doesn't support comma separated strings as paramters for cors anymore.
… must match an AmbassadorHost resource in order to work
… must match an AmbassadorHost resource in order to work
… iterate over them creating a yaml array in the resulting AmbassadorMapping resource
@@ -1,6 +1,7 @@ | |||
openapi: 3.0.1 | |||
x-kusk: | |||
namespace: booksapp | |||
host: "*" |
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.
I think this should be an array, not the string. I.e. if there is the need to support multiple hostnames for the same service (example.org, example.com). Not required for Ambassador support specifically though.
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!
Checklist