Skip to content

Commit e1ee73a

Browse files
committed
Fixes Broken Patroni Dynamic Config Link
1 parent 598d1c4 commit e1ee73a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/crd/bases/postgres-operator.crunchydata.com_postgresclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10396,7 +10396,7 @@ spec:
1039610396
description: 'Patroni dynamic configuration settings. Changes
1039710397
to this value will be automatically reloaded without validation.
1039810398
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'
1040010400
type: object
1040110401
x-kubernetes-preserve-unknown-fields: true
1040210402
leaderLeaseDurationSeconds:

pkg/apis/postgres-operator.crunchydata.com/v1beta1/patroni_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type PatroniSpec struct {
1919
// Patroni dynamic configuration settings. Changes to this value will be
2020
// automatically reloaded without validation. Changes to certain PostgreSQL
2121
// 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
2323
// +optional
2424
// +kubebuilder:pruning:PreserveUnknownFields
2525
// +kubebuilder:validation:Schemaless

0 commit comments

Comments
 (0)