13 lines
No EOL
302 B
YAML
13 lines
No EOL
302 B
YAML
---
|
|
- name: Deploy Gatway API CRDs
|
|
kubernetes.core.k8s:
|
|
state: present
|
|
definition: "{{ lookup('file', item) | from_yaml }}"
|
|
loop:
|
|
- gatewayclasses.yaml
|
|
- gateways.yaml
|
|
- httproutes.yaml
|
|
- referencepolicies.yaml
|
|
- tcproutes.yaml
|
|
- tlsroutes.yaml
|
|
- udproutes.yaml |