Helm Charts
Summary ref What it is? package manager for used for organizing manifest files using , go, templates. variables can be injected to a common set of manifest files, called charts, making them re-usable. Vocabulary charts: collection of files that describe related set of . template: go template Chart structure wordpress/ Chart.yaml # A YAML file containing information about the chart LICENSE # OPTIONAL: A plain text file containing the license for the chart README....