...

Text file src/helm.sh/helm/v3/pkg/chart/loader/testdata/frobnitz_with_symlink/Chart.yaml

Documentation: helm.sh/helm/v3/pkg/chart/loader/testdata/frobnitz_with_symlink

     1apiVersion: v1
     2name: frobnitz
     3description: This is a frobnitz.
     4version: "1.2.3"
     5keywords:
     6  - frobnitz
     7  - sprocket
     8  - dodad
     9maintainers:
    10  - name: The Helm Team
    11    email: helm@example.com
    12  - name: Someone Else
    13    email: nobody@example.com
    14sources:
    15  - https://example.com/foo/bar
    16home: http://example.com
    17icon: https://example.com/64x64.png
    18annotations:
    19  extrakey: extravalue
    20  anotherkey: anothervalue
    21dependencies:
    22  - name: alpine
    23    version: "0.1.0"
    24    repository: https://example.com/charts
    25  - name: mariner
    26    version: "4.3.2"
    27    repository: https://example.com/charts

View as plain text