github.com/loafoe/helm@v1.0.1/cmd/helm/testdata/testcharts/subchart/charts/subchartB/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  service:
     5    name: nginx
     6    type: ClusterIP
     7    externalPort: 80
     8    internalPort: 80
     9  
    10  SCBdata:
    11    SCBbool: true
    12    SCBfloat: 7.77
    13    SCBint: 33
    14    SCBstring: "boba"
    15  
    16  exports:
    17    SCBexported1:
    18      SCBexported1A:
    19        SCBexported1B: 1965
    20  
    21    SCBexported2:
    22      SCBexported2A: "blaster"
    23  
    24  global:
    25    kolla:
    26      nova:
    27        api:
    28          all:
    29            port: 8774
    30        metadata:
    31          all:
    32            port: 8775
    33  
    34  
    35