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/lib-chart/templates/_secret.yaml

11 lines
243 B

{{- define "common.secret.tpl" -}}
apiVersion: v1
kind: Secret
{{ template "common.metadata" . }}
type: Opaque
data: {}
{{- end -}}
{{- define "common.secret" -}}
{{- template "common.util.merge" (append . "common.secret.tpl") -}}
{{- end -}}