mirror of
https://github.com/helm/helm.git
synced 2026-02-16 17:31:36 -05:00
This change moves the code, updates the import locations, and adds a doc.go file to document what the v2 package is for. This is part of HIP 20 for v3 charts 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
|