Skip to content

Commit 351a7d8

Browse files
fix: resolve PR reviews
1 parent 949931a commit 351a7d8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

apis/v1alpha1/cluster_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ type CrdbClusterSpec struct {
145145
// Default: false
146146
// +optional
147147
AutomountServiceAccountToken bool `json:"automountServiceAccountToken,omitempty"`
148-
// (Optional) Amount of grace time prior to the container being forcibly terminated
149-
// when marked for deletion or restarted
148+
// (Optional) The grace period in seconds prior to the container being forcibly terminated
149+
// when marked for deletion or restarted.
150150
// Default : 300
151151
// +optional
152152
TerminationGracePeriodSecs int64 `json:"terminationGracePeriodSecs,omitempty"`

config/crd/bases/crdb.cockroachlabs.com_crdbclusters.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,9 +1394,9 @@ spec:
13941394
format: int32
13951395
type: integer
13961396
terminationGracePeriodSecs:
1397-
description: '(Optional) Amount of grace time prior to the container
1398-
being forcibly terminated when marked for deletion or restarted
1399-
Default : 300'
1397+
description: '(Optional) The grace period in seconds prior to the
1398+
container being forcibly terminated when marked for deletion or
1399+
restarted. Default : 300'
14001400
format: int64
14011401
type: integer
14021402
tlsEnabled:

examples/3-nodes-insecure-no-topology.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- ReadWriteOnce
2525
resources:
2626
requests:
27-
storage: 1Gi
27+
storage: 60Gi
2828
volumeMode: Filesystem
2929
image:
3030
name: cockroachdb/cockroach:v19.2.6

install/crds.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,9 +1392,9 @@ spec:
13921392
format: int32
13931393
type: integer
13941394
terminationGracePeriodSecs:
1395-
description: '(Optional) Amount of grace time prior to the container
1396-
being forcibly terminated when marked for deletion or restarted
1397-
Default : 300'
1395+
description: '(Optional) The grace period in seconds prior to the
1396+
container being forcibly terminated when marked for deletion or
1397+
restarted. Default : 300'
13981398
format: int64
13991399
type: integer
14001400
tlsEnabled:

0 commit comments

Comments
 (0)