mirror of
https://github.com/helm/helm.git
synced 2026-02-27 03:51:27 -05:00
This adds support for changing '<CHARTNAME>' occurances in starter chart to the destination chart name
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
|