We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b54ec0 commit 8a75bfdCopy full SHA for 8a75bfd
ansible/inventory/group_vars/all/gateway-api
@@ -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
@@ -56,3 +56,10 @@
56
namespace: "zuul"
57
state: present
58
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