Skip to content

Commit c0bf346

Browse files
author
Emruz Hossain
authored
Rename percona-xtradb to perconaxtradb in catalog.json (#259)
Signed-off-by: Emruz Hossain <emruz@appscode.com>
1 parent 5b581a8 commit c0bf346

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

apis/installer/v1alpha1/stash_catalog_types.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,21 +130,21 @@ type MySQLRestore struct {
130130
// StashPerconaXtraDBSpec is the schema for Stash Percona XtraDB values file
131131
type StashPerconaXtraDBSpec struct {
132132
Enabled bool `json:"enabled"`
133-
Backup PerconaXtraDBBackup `json:"backup" protobuf:"bytes,4,opt,name=backup"`
134-
Restore PerconaXtraDBRestore `json:"restore" protobuf:"bytes,5,opt,name=restore"`
133+
Backup PerconaXtraDBBackup `json:"backup"`
134+
Restore PerconaXtraDBRestore `json:"restore"`
135135
}
136136

137137
type PerconaXtraDBBackup struct {
138138
// +optional
139-
Args string `json:"args" protobuf:"bytes,1,opt,name=args"`
139+
Args string `json:"args"`
140140
// +optional
141-
SocatRetry int32 `json:"socatRetry" protobuf:"varint,2,opt,name=socatRetry"`
141+
SocatRetry int32 `json:"socatRetry"`
142142
}
143143

144144
type PerconaXtraDBRestore struct {
145145
// +optional
146-
Args string `json:"args" protobuf:"bytes,1,opt,name=args"`
147-
TargetAppReplicas int32 `json:"targetAppReplicas" protobuf:"varint,2,opt,name=targetAppReplicas"`
146+
Args string `json:"args"`
147+
TargetAppReplicas int32 `json:"targetAppReplicas"`
148148
}
149149

150150
// StashPostgresSpec is the schema for Stash Postgres values file

catalog/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
{
73-
"name": "percona-xtradb",
73+
"name": "perconaxtradb",
7474
"versions": [
7575
"5.7-v12"
7676
]

0 commit comments

Comments
 (0)