mirror of
https://github.com/k3s-io/k3s.git
synced 2026-05-27 20:30:55 -04:00
We test that a basic deployment of the latest multus chart works correctly. Signed-off-by: Thomas Ferrandiz <thomas.ferrandiz@suse.com>
18 lines
No EOL
605 B
YAML
18 lines
No EOL
605 B
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: multus
|
|
namespace: kube-system
|
|
spec:
|
|
repo: https://rke2-charts.rancher.io
|
|
chart: rke2-multus
|
|
targetNamespace: kube-system
|
|
valuesContent: |-
|
|
config:
|
|
fullnameOverride: multus
|
|
cni_conf:
|
|
confDir: /var/lib/rancher/k3s/agent/etc/cni/net.d
|
|
binDir: /var/lib/rancher/k3s/data/cni/
|
|
kubeconfig: /var/lib/rancher/k3s/agent/etc/cni/net.d/multus.d/multus.kubeconfig
|
|
# Comment the following line when using rke2-multus < v4.2.202
|
|
multusAutoconfigDir: /var/lib/rancher/k3s/agent/etc/cni/net.d |