Skip to content

Commit 25ac704

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 5792e64 commit 25ac704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/v1/cluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ type ClusterSpec struct {
343343

344344
// The time in seconds that controls the window of time reserved for the smart shutdown of Postgres to complete.
345345
// Make sure you reserve enough time for the operator to request a fast shutdown of Postgres
346-
// (that is: `stopDelay` - `smartShutdownTimeout`).
346+
// (that is: `stopDelay` - `smartShutdownTimeout`). Default is 180 seconds.
347347
// +kubebuilder:default:=180
348348
// +optional
349349
SmartShutdownTimeout *int32 `json:"smartShutdownTimeout,omitempty"`

0 commit comments

Comments
 (0)