{{- 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 -}}