I need to manage the Gateway API CRDs outside of the taefik helm chart as I need to use the experimental channel for another tool so that I have access to the GRPCRoute v1alpha2... is there currently any way to tell the Traefik helm chart that I want to either use the experimental channel of the Gateway API or to tell it to let me install the CRDs myself?
1 Like
My temporary work around has been to fork the chart and replace the stable 1.1.0 Gateway API CRDs with the experimental 1.1.0 version, but Iād certainly prefer not to maintain a forked chart.
1 Like