github.com/qsis/helm@v3.0.0-beta.3+incompatible/cmd/helm/testdata/output/template-name-template.txt (about)

     1  ---
     2  # Source: subchart1/charts/subcharta/templates/service.yaml
     3  apiVersion: v1
     4  kind: Service
     5  metadata:
     6    name: subcharta
     7    labels:
     8      helm.sh/chart: "subcharta-0.1.0"
     9  spec:
    10    type: ClusterIP
    11    ports:
    12    - port: 80
    13      targetPort: 80
    14      protocol: TCP
    15      name: apache
    16    selector:
    17      app.kubernetes.io/name: subcharta
    18  ---
    19  # Source: subchart1/charts/subchartb/templates/service.yaml
    20  apiVersion: v1
    21  kind: Service
    22  metadata:
    23    name: subchartb
    24    labels:
    25      helm.sh/chart: "subchartb-0.1.0"
    26  spec:
    27    type: ClusterIP
    28    ports:
    29    - port: 80
    30      targetPort: 80
    31      protocol: TCP
    32      name: nginx
    33    selector:
    34      app.kubernetes.io/name: subchartb
    35  ---
    36  # Source: subchart1/templates/service.yaml
    37  apiVersion: v1
    38  kind: Service
    39  metadata:
    40    name: subchart1
    41    labels:
    42      helm.sh/chart: "subchart1-0.1.0"
    43      app.kubernetes.io/instance: "foobar-YWJj-baz"
    44      kube-version/major: "1"
    45      kube-version/minor: "14"
    46      kube-version/version: "v1.14.0"
    47  spec:
    48    type: ClusterIP
    49    ports:
    50    - port: 80
    51      targetPort: 80
    52      protocol: TCP
    53      name: nginx
    54    selector:
    55      app.kubernetes.io/name: subchart1