mirror of
https://github.com/helm/helm.git
synced 2026-03-03 05:52:14 -05:00
This change adds v3 charts. The code for the chart, including a loader, is present. It is based on v2 charts as a starting point. Note, this change does not make the charts available for use with Helm CLI commands or the action package. That will be in follow-up changes. Signed-off-by: Matt Farina <matt.farina@suse.com>
7 lines
205 B
YAML
7 lines
205 B
YAML
# Default values for <CHARTNAME>.
|
|
# This is a YAML-formatted file. https://github.com/toml-lang/toml
|
|
# Declare name/value pairs to be passed into your templates.
|
|
# name: "value"
|
|
|
|
<CHARTNAME>:
|
|
test: true
|