From cee30fc10509289debb8fcc75a8f6180715a3440 Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 11 Jun 2018 20:13:47 +0200 Subject: [PATCH] fix the apiversion --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index ca87eb596..11c5f156f 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -108,7 +108,7 @@ EOF Now let's create a new MySQL cluster. Create a cluster.yaml file with the following contents ```yaml -apiVersion: mysql.oracle.com/v1 +apiVersion: mysql.oracle.com/v1alpha1 kind: MySQLCluster metadata: name: myappdb