github.com/loafoe/helm@v1.0.1/cmd/helm/testdata/testcharts/subchart/charts/subchartA/values.yaml (about)

     1  # Default values for subchart.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  # subchartA
     5  service:
     6    name: apache
     7    type: ClusterIP
     8    externalPort: 80
     9    internalPort: 80
    10  SCAdata:
    11    SCAbool: false
    12    SCAfloat: 3.1
    13    SCAint: 55
    14    SCAstring: "jabba"
    15    SCAnested1:
    16      SCAnested2: true
    17