File tree 2 files changed +2
-2
lines changed
pkg/apis/postgres-operator.crunchydata.com/v1beta1
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10396,7 +10396,7 @@ spec:
10396
10396
description: 'Patroni dynamic configuration settings. Changes
10397
10397
to this value will be automatically reloaded without validation.
10398
10398
Changes to certain PostgreSQL parameters cause PostgreSQL to
10399
- restart. More info: https://patroni.readthedocs.io/en/latest/SETTINGS .html'
10399
+ restart. More info: https://patroni.readthedocs.io/en/latest/dynamic_configuration .html'
10400
10400
type: object
10401
10401
x-kubernetes-preserve-unknown-fields: true
10402
10402
leaderLeaseDurationSeconds:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type PatroniSpec struct {
19
19
// Patroni dynamic configuration settings. Changes to this value will be
20
20
// automatically reloaded without validation. Changes to certain PostgreSQL
21
21
// parameters cause PostgreSQL to restart.
22
- // More info: https://patroni.readthedocs.io/en/latest/SETTINGS .html
22
+ // More info: https://patroni.readthedocs.io/en/latest/dynamic_configuration .html
23
23
// +optional
24
24
// +kubebuilder:pruning:PreserveUnknownFields
25
25
// +kubebuilder:validation:Schemaless
You can’t perform that action at this time.
0 commit comments