melodic-hamburger-23329
07/06/2022, 4:10 AMcreamy-pencil-82913
07/06/2022, 4:18 AMmelodic-hamburger-23329
07/06/2022, 4:23 AMkubectl get crd <http://helmcharts.helm.cattle.io|helmcharts.helm.cattle.io> -o yaml
also. So apparently the schema is not strictly defined?:
spec:
x-kubernetes-preserve-unknown-fields: true
status:
x-kubernetes-preserve-unknown-fields: true
apiVersion: <http://helm.cattle.io/v1|helm.cattle.io/v1>
kind: HelmChart
spec:
chart: <what are expected values and what behavior do they trigger?>
set:
global.systemDefaultRegistry: "" <- what does this do?
valuesContent: <this is obvious based on existing docs>
creamy-pencil-82913
07/06/2022, 4:37 AMmelodic-hamburger-23329
07/06/2022, 4:59 AMcreamy-pencil-82913
07/06/2022, 8:10 AMmelodic-hamburger-23329
07/06/2022, 8:18 AM/var/lib/rancher/k3s/server/static/charts
to make them accessible for HelmChart, but would be nice to be able to pull directly from registry.creamy-pencil-82913
07/06/2022, 5:27 PMhelm registry login
) though, so you’d be limited to public registries. If we were to add auth support, it would probably be via a Secret that contained the credentials, similar to how pod ImagePullSecret works.