kubespray/tests/files/custom_cni/values.yaml

12 lines
283 B
YAML

---
# We disable hubble so that helm doesn't try to generate any certificate.
# This is not needed to test network_plugin/custom_cni anyway.
hubble:
enabled: false
ipam:
operator:
# Set the appropriate pods subnet
clusterPoolIPv4PodCIDRList: ["{{ kube_pods_subnet }}"]