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

Commit 95acb85

Browse files
johnnyrunowainlewis
authored andcommitted
28 length issue (#183)
1 parent 92fa624 commit 95acb85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user/clusters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Create your cluster and reference it
4343
apiVersion: mysql.oracle.com/v1alpha1
4444
kind: Cluster
4545
metadata:
46-
name: example-mysql-cluster-custom-secret
46+
name: mysql-cluster-custom-secret
4747
spec:
4848
members: 1
4949
rootPasswordSecret:
@@ -75,7 +75,7 @@ spec:
7575
apiVersion: mysql.oracle.com/v1alpha1
7676
kind: Cluster
7777
metadata:
78-
name: example-mysql-cluster-with-volume
78+
name: mysql-cluster-with-volume
7979
spec:
8080
members: 1
8181
volumeClaimTemplate:
@@ -132,7 +132,7 @@ spec:
132132
apiVersion: mysql.oracle.com/v1alpha1
133133
kind: Cluster
134134
metadata:
135-
name: example-mysql-cluster-with-volume
135+
name: mysql-cluster-with-volume
136136
spec:
137137
members: 1
138138
rootPasswordSecret:

0 commit comments

Comments
 (0)