mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
322 B
18 lines
322 B
# Default values for subchart.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
# subchartA
|
|
service:
|
|
name: apache
|
|
type: ClusterIP
|
|
externalPort: 80
|
|
internalPort: 80
|
|
SCAdata:
|
|
SCAbool: false
|
|
SCAfloat: 3.1
|
|
SCAint: 55
|
|
SCAstring: "jabba"
|
|
SCAnested1:
|
|
SCAnested2: true
|
|
|