What's the correct way to add custom values to a Helm chart?

Okay one more question as I think it’s best not to assume that I’m doing anything correctly!

The Helm chart that I’m looking to deploy (Apache Superset) requires (at a minimum) that users pass one custom variable during installation (SECRET_KEY).

The documentation says that the variable can be added directly to the Helm being installed.

Is that an acceptable method of doing this in Rancher or is there some other methodology envisioned?

TIA!

Yes, passing custom variables directly during the Helm chart installation is an acceptable and common method in Rancher for deploying applications like Apache Superset. Rancher supports Helm and allows you to pass custom variables using Helm’s built-in mechanisms.