zet

Kubernetes Colearning, Nov 6, 10:30am

📺 https://youtu.be/SoVJlP2kdfw

Steps to install:

  1. Identify the Helm chart
  2. Create an internal git repo to contain the Helm chart
  3. Download and decompress the Helm chart (tar) into repo
  4. Commit the repo with a pristine version of the chart
  5. Create an initial empty values.yaml (at same level)
  6. Put only overlay changes into the new values.yaml file
  7. Scan the default chart for images that must be imported internally
  8. Download, vet, and install images chart requires in private registry

Related: