Open cardil opened 1 year ago
The networking YAML files could be embedded in Go files, and unpacked in Serving in a build process.
I think when we update deps we can just do a curl
to fetch the resources
we do this in contour - https://github.com/knative-extensions/net-contour/blob/27833509e18d357b74ef42a53d86ae311ffd6692/hack/update-deps.sh#L34
/triage accepted
/assign @cardil
/assign
Expected Behavior
The symlinks used in this repo that targets the
vendor
directroy should be removed.Actual Behavior
Serving use symlinks to refer YAML files from networking repo:
Ideas
Fold the Networking onto Serving
By folding the networking repo onto Serving repo we would remove the need for symlinks across repos.
Unpack networking YAML files during build
The networking YAML files could be embedded in Go files, and unpacked in Serving in a build process.