Skip to content

Commit

Permalink
Merge pull request #31 from jenting/cleanup-crds
Browse files Browse the repository at this point in the history
Update cleanup CRDs label name
  • Loading branch information
cpanato authored Jan 8, 2020
2 parents c2c0b19 + 8a89898 commit c83864c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.2.0
description: A Helm chart for velero
name: velero
version: 2.7.6
version: 2.7.8
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/velero/templates/cleanup-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ spec:
kubectl delete backupstoragelocation --all;
kubectl delete volumesnapshotlocation --all;
kubectl delete podvolumerestore --all;
kubectl delete crd -l helm.sh/chart={{ include "velero.chart" . }}
kubectl delete crd -l app.kubernetes.io/name=velero;
restartPolicy: OnFailure
{{- end }}

0 comments on commit c83864c

Please sign in to comment.