...

Text file src/helm.sh/helm/v3/pkg/action/testdata/charts/chart-with-schema/values.yaml

Documentation: helm.sh/helm/v3/pkg/action/testdata/charts/chart-with-schema

     1firstname: John
     2lastname: Doe
     3age: 25
     4likesCoffee: true
     5employmentInfo:
     6  title: Software Developer
     7  salary: 100000
     8addresses:
     9  - city: Springfield
    10    street: Main
    11    number: 12345
    12  - city: New York
    13    street: Broadway
    14    number: 67890
    15phoneNumbers:
    16  - "(888) 888-8888"
    17  - "(555) 555-5555"

View as plain text