Skip to content

Commit

Permalink
Fix grammar, rerun generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymongib committed Jul 23, 2020
1 parent ccc8ebf commit 31ccdc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/crds/mattermost.com_clusterinstallations_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1283,8 +1283,8 @@ spec:
description: 'Size defines the size of the ClusterInstallation. This
is typically specified in number of users. This will override replica
and resource requests/limits appropriately for the provided number
of users. This is write-only field - its value is erased after setting
appropriate values of resources. Accepted values are: 100users,
of users. This is a write-only field - its value is erased after
setting appropriate values of resources. Accepted values are: 100users,
1000users, 5000users, 10000users, 250000users. If replicas and resource
requests/limits are not specified, and Size is not provided the
configuration for 5000users will be applied. Setting ''Replicas'',
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/mattermost/v1alpha1/clusterinstallation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type ClusterInstallationSpec struct {
Version string `json:"version,omitempty"`
// Size defines the size of the ClusterInstallation. This is typically specified in number of users.
// This will override replica and resource requests/limits appropriately for the provided number of users.
// This is write-only field - its value is erased after setting appropriate values of resources.
// This is a write-only field - its value is erased after setting appropriate values of resources.
// Accepted values are: 100users, 1000users, 5000users, 10000users, 250000users. If replicas and resource
// requests/limits are not specified, and Size is not provided the configuration for 5000users will be applied.
// Setting 'Replicas', 'Resources', 'Minio.Replicas', 'Minio.Resource', 'Database.Replicas',
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/mattermost/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31ccdc0

Please sign in to comment.