github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/cmd/helm/testdata/testcharts/lib-chart/templates/_secret.yaml (about)

     1  {{- define "common.secret.tpl" -}}
     2  apiVersion: v1
     3  kind: Secret
     4  {{ template "common.metadata" . }}
     5  type: Opaque
     6  data: {}
     7  {{- end -}}
     8  {{- define "common.secret" -}}
     9  {{- template "common.util.merge" (append . "common.secret.tpl") -}}
    10  {{- end -}}