mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
deploy: snapshot deployment is no longer beta
Considering snapshot controllers have been moved to GA since kube version 1.20, we no longer need to have a mention of beta version of the same in our deployment. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
9b8bcbd874
commit
a44a97f3c5
@ -1,6 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# This script can be used to install/delete snapshotcontroller and snapshot beta CRD
|
||||
# This script can be used to install/delete snapshotcontroller and snapshot CRD
|
||||
|
||||
SCRIPT_DIR="$(dirname "${0}")"
|
||||
|
||||
|
Reference in New Issue
Block a user