Skip to content

Commit

Permalink
Rename percona-xtradb to perconaxtradb in catalog.json (#259)
Browse files Browse the repository at this point in the history
Signed-off-by: Emruz Hossain <emruz@appscode.com>
  • Loading branch information
Emruz Hossain committed Jun 16, 2022
1 parent 5b581a8 commit c0bf346
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions apis/installer/v1alpha1/stash_catalog_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,21 +130,21 @@ type MySQLRestore struct {
// StashPerconaXtraDBSpec is the schema for Stash Percona XtraDB values file
type StashPerconaXtraDBSpec struct {
Enabled bool `json:"enabled"`
Backup PerconaXtraDBBackup `json:"backup" protobuf:"bytes,4,opt,name=backup"`
Restore PerconaXtraDBRestore `json:"restore" protobuf:"bytes,5,opt,name=restore"`
Backup PerconaXtraDBBackup `json:"backup"`
Restore PerconaXtraDBRestore `json:"restore"`
}

type PerconaXtraDBBackup struct {
// +optional
Args string `json:"args" protobuf:"bytes,1,opt,name=args"`
Args string `json:"args"`
// +optional
SocatRetry int32 `json:"socatRetry" protobuf:"varint,2,opt,name=socatRetry"`
SocatRetry int32 `json:"socatRetry"`
}

type PerconaXtraDBRestore struct {
// +optional
Args string `json:"args" protobuf:"bytes,1,opt,name=args"`
TargetAppReplicas int32 `json:"targetAppReplicas" protobuf:"varint,2,opt,name=targetAppReplicas"`
Args string `json:"args"`
TargetAppReplicas int32 `json:"targetAppReplicas"`
}

// StashPostgresSpec is the schema for Stash Postgres values file
Expand Down
2 changes: 1 addition & 1 deletion catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
]
},
{
"name": "percona-xtradb",
"name": "perconaxtradb",
"versions": [
"5.7-v12"
]
Expand Down

0 comments on commit c0bf346

Please sign in to comment.