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

Fix cluster config (alpha1 -> v1alpha1) #130

Merged
merged 1 commit into from
Jun 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/cluster/cluster-with-custom-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: mysql.oracle.com/alpha1
apiVersion: mysql.oracle.com/v1alpha1
kind: Cluster
metadata:
name: mysql
Expand Down