Fix search path for custom-cni (#10088)

This commit is contained in:
James 2023-05-22 12:22:30 +00:00 committed by GitHub
parent f80a5755c3
commit e26921e3e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,4 +6,4 @@ mode: default
# Kubespray settings
kube_network_plugin: custom_cni
custom_cni_manifests:
- tests/files/custom_cni/cilium.yaml
- "{{ playbook_dir }}/../tests/files/custom_cni/cilium.yaml"