CRDs: when I provide an expose
section to proxy-defaults, it should use consul's default protocol rather than failing
#367
Labels
Description
I have the following proxy-defaults.yaml:
When I apply it to the cluster, I get the following error:
Expected behavior
Since Consul has a default for the
expose.paths[].protocol
(http
) I expected to see no error and for the controller to pass through to Consul and let it default tohttp
.The text was updated successfully, but these errors were encountered: