Skip to content

Commit 39d30ca

Browse files
committed
Switch to Contour Provisioner
1 parent 14fa90b commit 39d30ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/inventory/group_vars/all/gateway-api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
zuul_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"
44
zuul_operator_gateway_api_gatewayclasses:
55
- name: contour
66
spec:

ansible/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
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

0 commit comments

Comments
 (0)