Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 851 Bytes

File metadata and controls

26 lines (17 loc) · 851 Bytes

k0rdent/kcm (out-of-tree)

Debug charts

Pull

helm pull oci://ghcr.io/k0rdent/kcm/charts/kcm --version x.y.z --untar --untardir ./TEMP/.

Render

helm template test oci://ghcr.io/k0rdent/kcm/charts/kcm --version x.y.z -n kcm-system --output-dir ./TEMP/.

helm template test oci://ghcr.io/k0rdent-oot/oot/charts/kubevirt --version x.y.z \
  -n kcm-system \
  --set kubevirt.configuration.developerConfiguration.featureGates="{useEmulation=true}" \
  --output-dir ./TEMP/.

Generate values.schema.json:

Use https://github.com/losisin/helm-values-schema-json to (re)generate schemas manually.

Inside chart folder run helm-values-schema-json -input values.yaml -output values.schema.json, see example values.yaml