faint-elephant-30784
07/11/2024, 9:30 AMdamp-airline-38442
07/11/2024, 11:44 PMfaint-elephant-30784
07/18/2024, 8:27 AMfaint-elephant-30784
07/18/2024, 8:27 AMfaint-elephant-30784
07/18/2024, 8:29 AMtype TemplateOrInstallCommand struct {
// Install parameters.
*action.Install
// Chart is the chart specification, which can be:
// - a path to a local chart directory or archive file
// - a qualified chart reference (e.g., "stable/mariadb") based on the local repository configuration
// - a URL to a remote chart (https://, oci://, file://, etc.)
Chart string
// Values to be applied to the chart.
Values ValueOpts
tool *Tool
actionConfig *action.Configuration
}
I wish I came across this when I was trying to build and deploy a helm chart. I didn't think of doing it this way!!.