-
I am following this documentation to create a helm -n kube-system get values traefik And it showed the updated values for the image tag and the apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: traefik
namespace: kube-system
spec:
valuesContent: |-
ports:
web:
redirectTo: websecure That didn't work. In fact, running Then, I deleted the Finally, I restarted k3s using As a noob, there's clearly something going on here that I don't understand, but strictly from my noob's lens through the documentation, something seems broken. Is this a documentation issue (and, if so, what essential piece of information about the behavior of this system is it missing), or is there truly a problem with how this addon customization setup works? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Have you checked the k3s log in journald for errors applying your manifests? I suspect there's a typo in one of them and it is not valid YAML. |
Beta Was this translation helpful? Give feedback.
Have you checked the k3s log in journald for errors applying your manifests? I suspect there's a typo in one of them and it is not valid YAML.