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:
Humble Chirammal
2022-04-11 14:13:21 +05:30
committed by mergify[bot]
parent 9b8bcbd874
commit a44a97f3c5
2 changed files with 1 additions and 25 deletions

View File

@ -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}")"