Skip to content

Commit

Permalink
Add DeleteBackupRequest CRD to 00-prereqs.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
  • Loading branch information
ncdc committed Mar 15, 2018
1 parent 87282db commit 1fe9dea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/common/00-prereqs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,21 @@ spec:
plural: downloadrequests
kind: DownloadRequest

---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: deletebackuprequests.ark.heptio.com
labels:
component: ark
spec:
group: ark.heptio.com
version: v1
scope: Namespaced
names:
plural: deletebackuprequests
kind: DeleteBackupRequest

---
apiVersion: v1
kind: Namespace
Expand Down

0 comments on commit 1fe9dea

Please sign in to comment.