Skip to content

Commit

Permalink
exclude managedclusterset and binding from backup
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 committed Nov 29, 2023
1 parent ea7d47d commit a73ae22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: managedclustersets.cluster.open-cluster-management.io
labels:
velero.io/exclude-from-backup: "true"
spec:
conversion:
strategy: Webhook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: managedclustersetbindings.cluster.open-cluster-management.io
labels:
velero.io/exclude-from-backup: "true"
spec:
group: cluster.open-cluster-management.io
names:
Expand Down

0 comments on commit a73ae22

Please sign in to comment.