We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ffdaf commit 623a496Copy full SHA for 623a496
example/openstack/oceanbase.sh
@@ -5,7 +5,7 @@ set -xe
5
CLUSTER_NAME=openstack
6
TENANT_NAME=openstack
7
OCEANBASE_NAMESPACE=openstack
8
-STORAGE_CLASS=local-path
+STORAGE_CLASS=general
9
OCEANBASE_CLUSTER_IMAGE=oceanbase/oceanbase-cloud-native:4.2.5.0-100000052024102022
10
OBPROXY_IMAGE=oceanbase/obproxy-ce:4.3.2.0-26
11
ROOT_PASSWORD=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16 | base64 -w 0)
0 commit comments