Skip to content

Commit

Permalink
Update Expose Service comments (#1879)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
  • Loading branch information
dvaldivia committed Nov 21, 2023
1 parent 0f48bf1 commit 2dc44a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/tenant_crd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ ExposeServices (`exposeServices`) defines the exposure of the MinIO object stora

|*`minio`* __boolean__
|*Optional* +
Directs the Operator to expose the MinIO service. Defaults to `true`. +
Directs the Operator to expose the MinIO service. Defaults to `false`. +

|*`console`* __boolean__
|*Optional* +
Directs the Operator to expose the MinIO Console service. Defaults to `true`. +
Directs the Operator to expose the MinIO Console service. Defaults to `false`. +

|===

Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/minio.min.io/v2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,12 @@ type LocalCertificateReference struct {
type ExposeServices struct {
// *Optional* +
//
// Directs the Operator to expose the MinIO service. Defaults to `true`. +
// Directs the Operator to expose the MinIO service. Defaults to `false`. +
// +optional
MinIO bool `json:"minio,omitempty"`
// *Optional* +
//
// Directs the Operator to expose the MinIO Console service. Defaults to `true`. +
// Directs the Operator to expose the MinIO Console service. Defaults to `false`. +
// +optional
Console bool `json:"console,omitempty"`
}
Expand Down

0 comments on commit 2dc44a7

Please sign in to comment.