Skip to content

Commit 287f784

Browse files
committed
feat(postgres): PrimaryUpdateStrategy set to unsupervised
required so that chaning primary cluster functions ref: #18
1 parent 51af18a commit 287f784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/postgres/base/Cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
inProgress: false
6969
reusePVC: false
7070

71-
primaryUpdateStrategy: supervised
71+
primaryUpdateStrategy: unsupervised
7272

7373
postgresql:
7474
parameters:

manifests/postgres/components/ha/Cluster-main-02.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
inProgress: false
7171
reusePVC: false
7272

73-
primaryUpdateStrategy: supervised
73+
primaryUpdateStrategy: unsupervised
7474

7575
postgresql:
7676
parameters:

0 commit comments

Comments
 (0)