This message was deleted.
# k3d
a
This message was deleted.
w
Hey 👋 Yep, you can use the HelmChartConfig CR: https://rancher.com/docs/k3s/latest/en/helm/#customizing-packaged-components-with-helmchartconfig The controller will reconcile the associated helm release to update traefik with your custom config 👍
For the Chart itself, you can override the auto-deploy manifest in
/var/lib/rancher/k3s/server/manifests
e.g. by
docker cp
'ing your file into that directory. It will get re-deployed automatically.
m
thnx