github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/pkg/chartutil/testdata/subpop/values.yaml (about)

     1  # parent/values.yaml
     2  
     3  imported-chart1:
     4    SPextra1: "helm rocks"
     5  
     6  overridden-chart1:
     7    SC1bool: false
     8    SC1float: 3.141592
     9    SC1int: 99
    10    SC1string: "pollywog"
    11    SPextra2: 42
    12  
    13  
    14  imported-chartA:
    15    SPextra3: 1.337
    16  
    17  overridden-chartA:
    18    SCAbool: true
    19    SCAfloat: 41.3
    20    SCAint: 808
    21    SCAstring: "jabberwocky"
    22    SPextra4: true
    23  
    24  imported-chartA-B:
    25    SPextra5: "k8s"
    26  
    27  overridden-chartA-B:
    28    SCAbool: true
    29    SCAfloat: 41.3
    30    SCAint: 808
    31    SCAstring: "jabberwocky"
    32    SCBbool: false
    33    SCBfloat: 1.99
    34    SCBint: 77
    35    SCBstring: "jango"
    36    SPextra6: 111
    37  
    38  tags:
    39    front-end: true
    40    back-end: false
    41  
    42  subchart2alias:
    43    enabled: false