From fd409a5926c87751095bfa86dbfbc8b7370cac4c Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Sun, 13 Aug 2023 20:59:07 +0100 Subject: [PATCH] Update _index.md Fixed SGShardedCluster apiVersion in sharded cluster creation documentation. --- .../11-sharded-cluster-creation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/content/en/04-administration-guide/11-sharded-cluster-creation/_index.md b/doc/content/en/04-administration-guide/11-sharded-cluster-creation/_index.md index 79ca1318b3..0739af97cf 100644 --- a/doc/content/en/04-administration-guide/11-sharded-cluster-creation/_index.md +++ b/doc/content/en/04-administration-guide/11-sharded-cluster-creation/_index.md @@ -191,7 +191,7 @@ Create the SGShardedCluster resource: ```yaml cat << EOF | kubectl apply -f - -apiVersion: stackgres.io/v1 +apiVersion: stackgres.io/v1alpha1 kind: SGShardedCluster metadata: namespace: my-cluster