This message was deleted.
# k3s
a
This message was deleted.
t
2. Parameter valuesContent :
Copy code
spec.valuesContent		Override complex default Chart values via YAML file content	--values
Should it be just a file name?
seems like answer to 1. question is "yes", perhaps it should be more explicit in docs, and ror 2. docs give example of using multiline yaml with
|-
But while
"180"
successfully passes field validation, and chart is applied, I can see
Copy code
7 reflector.go:456] <http://k8s.io/client-go@v1.27.4-k3s1/tools/cache/reflector.go:231|k8s.io/client-go@v1.27.4-k3s1/tools/cache/reflector.go:231>: watch of *v1.HelmChart ended with: an error on the server ("unable to decode an event from the watch stream: unable to decode watch event: time: missing unit in duration \"180\"") has prevented the request from succeeding
so I assume it should be smth like "180s"
c
Correct. It should be a standard golang duration string, like 30s or 1m or so on. The description there isn't great, I see.
1
t
thank you for clarification @creamy-pencil-82913 https://github.com/k3s-io/docs/pull/168