Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
Fixed SGShardedCluster apiVersion in sharded cluster creation documentation.
  • Loading branch information
benweet authored Aug 13, 2023
1 parent 3e3fdad commit fd409a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd409a5

Please sign in to comment.