File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
22zuul_operator_gateway_api_crd_url: "https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml"
3- zuul_operator_contour_crd_url: "https://projectcontour.io/quickstart/contour.yaml"
3+ zuul_operator_contour_crd_url: "https://projectcontour.io/quickstart/contour-gateway-provisioner .yaml"
44zuul_operator_gateway_api_gatewayclasses:
55 - name: contour
66 spec:
Original file line number Diff line number Diff line change 6363 kind : Namespace
6464 state : present
6565
66- - name : Ensure Contour CRDs
66+ - name : Ensure Contour Provisioner CRDs
6767 kubernetes.core.k8s :
68- src : " {{ zuul_operator_contour_crd_url }}"
68+ src : " {{ zuul_operator_contour_provisioner_crd_url }}"
6969 state : present
7070
7171 - name : Ensure Gateway API CRDs
You can’t perform that action at this time.
0 commit comments