Browse Source

Fix search path for custom-cni (#10088)

pull/10056/head
James 1 year ago
committed by GitHub
parent
commit
e26921e3e1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      tests/files/packet_debian11-custom-cni.yml

2
tests/files/packet_debian11-custom-cni.yml

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