Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs for Ambassador 2 + fixes for preview breakages (#174)
* Add docs for ambassador 2.0 generator usage * make host option mandatory. Introduce template func for splitting a comma 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. * host option is now mandatory for Ambassador 2.0 as AmbassadorMappings must match an AmbassadorHost resource in order to work * host option is now mandatory for Ambassador 2.0 as AmbassadorMappings must match an AmbassadorHost resource in order to work * split CORS comma separated strings into array using template func and iterate over them creating a yaml array in the resulting AmbassadorMapping resource * Add warnings to Ambassador 2.0 docs regarding unstability of the Developer Preview
- Loading branch information