github.com/zsuzhengdu/helm@v3.0.0-beta.3+incompatible/cmd/helm/testdata/testcharts/chart-with-template-lib-archive-dep/templates/service.yaml (about)

     1  {{- template "common.service" (list . "chart-with-template-lib-archive-dep.service") -}}
     2  {{- define "chart-with-template-lib-archive-dep.service" -}}
     3  ## Define overrides for your Service resource here, e.g.
     4  # metadata:
     5  #   labels:
     6  #     custom: label
     7  # spec:
     8  #   ports:
     9  #   - port: 8080
    10  {{- end -}}