...

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

Documentation: helm.sh/helm/v3/pkg/chart/loader/testdata/frobnitz.v1

     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

View as plain text