You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/pkg/cmd/testdata/testcharts/chart-with-template-lib-dep/templates/service.yaml

11 lines
283 B

{{- template "common.service" (list . "chart-with-template-lib-dep.service") -}}
{{- define "chart-with-template-lib-dep.service" -}}
## Define overrides for your Service resource here, e.g.
# metadata:
# labels:
# custom: label
# spec:
# ports:
# - port: 8080
{{- end -}}