Install a helm chart with custom values

helm install

  • Install a helm chart.
    More information: <https://helm.sh/docs/intro/using_helm/#helm-install-installing-a-package>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

helm install {{name}} {{repository_name}}/{{chart_name}} --set {{parameter1}}={{value1}},{{parameter2}}={{value2}}

click the source code to copy install helm install on any operating system with command-not-found.com