Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit c528094

Browse files
Fix cluster config (alpha1 -> v1alpha1)
Signed-off-by: Gianluca Borello <g.borello@gmail.com>
1 parent c869fc3 commit c528094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/cluster/cluster-with-3-replicas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: mysql.oracle.com/alpha1
1+
apiVersion: mysql.oracle.com/v1alpha1
22
kind: MySQLCluster
33
metadata:
44
name: mysql

examples/cluster/cluster-with-custom-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: mysql.oracle.com/alpha1
1+
apiVersion: mysql.oracle.com/v1alpha1
22
kind: MySQLCluster
33
metadata:
44
name: mysql

0 commit comments

Comments
 (0)