Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhi.li committed Oct 23, 2023
1 parent 94cba44 commit c4f2844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/operator/templates/minio.min.io_tenants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2868,7 +2868,7 @@ spec:
servers:
format: int32
type: integer
stroageDeletion:
storageDeletion:
type: boolean
tolerations:
items:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/minio.min.io/v2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ type Pool struct {
//
// If true. Will delete the stroage when tenant has been deleted.
// +optional
StorageDeletion *bool `json:"stroageDeletion,omitempty"`
StorageDeletion *bool `json:"storageDeletion,omitempty"`
}

// EqualImage returns true if config image and current input image are same
Expand Down
2 changes: 1 addition & 1 deletion resources/base/crds/minio.min.io_tenants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2868,7 +2868,7 @@ spec:
servers:
format: int32
type: integer
stroageDeletion:
storageDeletion:
type: boolean
tolerations:
items:
Expand Down

0 comments on commit c4f2844

Please sign in to comment.