Skip to content

Commit 0f79e86

Browse files
committed
CI: Add Contour deployment
1 parent 62fee1f commit 0f79e86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ansible/run.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@
5656
namespace: "zuul"
5757
state: present
5858

59+
- name: Download Contour CRDs
60+
ansible.builtin.get_url:
61+
url: https://projectcontour.io/quickstart/contour.yaml
62+
dest: /tmp/ansible_zuul_contour.yaml
63+
mode: '0664'
64+
65+
- name: Ensure Contour CRDs
66+
kubernetes.core.k8s:
67+
src: /tmp/ansible_zuul_contour.yaml
68+
state: present
69+
5970
- name: Ensure Gateway API CRDs
6071
kubernetes.core.k8s:
6172
namespace: "zuul"

0 commit comments

Comments
 (0)