rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
457 stars 258 forks source link

Extend existing Chart documentation #8519

Open cnotv opened 1 year ago

cnotv commented 1 year ago

Describe

Add further information regards the use and configuration of the charts. List of topics related to https://github.com/rancher/dashboard/issues/8434:

Context

Add information to documentation related to the charts in /docusaurus/docs/code-base-works/helm-chart-apps.md.

Example

For PSP K8S vers 1.25 we needed to filter out the PSP checkbox and this was a way to do so. The component has further logic which should be documented.

nwmac commented 1 year ago

This is about how to create custom UI for a helm chart?

cnotv commented 1 year ago

Also how to use the generic one, as in the example we have a prop to ignore some inputs with ignore path, but there's also others which have unclear use case.