github.com/koderover/helm@v2.17.0+incompatible/pkg/chartutil/testdata/subpop/requirements.yaml (about)

     1  dependencies:
     2        - name: subchart1
     3          repository: http://localhost:10191
     4          version: 0.1.0
     5          condition: subchart1.enabled
     6          tags:
     7            - front-end
     8            - subchart1
     9          import-values:
    10            - child: SC1data
    11              parent: imported-chart1
    12            - child: SC1data
    13              parent: overridden-chart1
    14            - child: imported-chartA
    15              parent: imported-chartA
    16            - child: imported-chartA-B
    17              parent: imported-chartA-B
    18            - child: overridden-chartA-B
    19              parent: overridden-chartA-B
    20            - child: SCBexported1A
    21              parent: .
    22            - SCBexported2
    23            - SC1exported1
    24  
    25        - name: subchart2
    26          repository: http://localhost:10191
    27          version: 0.1.0
    28          condition: subchart2.enabled
    29          tags:
    30            - back-end
    31            - subchart2
    32  
    33        - name: subchart2
    34          alias: subchart2alias
    35          repository: http://localhost:10191
    36          version: 0.1.0
    37          condition: subchart2alias.enabled
    38  
    39        - name: subchart3
    40          repository: http://localhost:10191
    41          version: 0.1.0
    42          condition: subchart3.enabled
    43          import-values:
    44            - data