mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
20 lines
484 B
YAML
20 lines
484 B
YAML
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: backups.ark.heptio.com
|
|
labels:
|
|
chart: {{ template "ark.chart" . }}
|
|
heritage: {{ .Release.Service }}
|
|
release: {{ .Release.Name }}
|
|
app: {{ template "ark.name" . }}
|
|
annotations:
|
|
"helm.sh/hook": crd-install
|
|
"helm.sh/hook-delete-policy": "before-hook-creation"
|
|
spec:
|
|
group: ark.heptio.com
|
|
version: v1
|
|
scope: Namespaced
|
|
names:
|
|
plural: backups
|
|
kind: Backup
|