Skip to content

Commit

Permalink
fix: add volumegroupsnapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p authored and WanzenBug committed Apr 4, 2024
1 parent 8c1ee6d commit fd71773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/snapshot-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ crds:
curl -fsSL https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/$(APP_VERSION)/client/config/crd/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -o crds/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
curl -fsSL https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/$(APP_VERSION)/client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotclasses.yaml -o crds/groupsnapshot.storage.k8s.io_volumegroupsnapshotclasses.yaml
curl -fsSL https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/$(APP_VERSION)/client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotcontents.yaml -o crds/groupsnapshot.storage.k8s.io_volumegroupsnapshotcontents.yaml
curl -fsSL https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/$(APP_VERSION)/client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshots.yaml -o crds/groupsnapshot.storage.k8s.io_volumegroupsnapshots.yaml

0 comments on commit fd71773

Please sign in to comment.