Skip to content

Commit 8a75bfd

Browse files
committed
Add Gateway API CRD installation
1 parent 9b54ec0 commit 8a75bfd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
zuul_operator_gateway_api_crd_url: "https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml"

ansible/run.yml

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

59+
- name: Ensure Gateway API CRDs
60+
kubernetes.core.k8s:
61+
namespace: "zuul"
62+
src: "{{ zuul_operator_gateway_api_crd_url }}"
63+
state: present
64+
when: zuul_operator_gateway_api_crd_url | length > 0
65+

0 commit comments

Comments
 (0)