File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ sources:
3131- https://github.com/apecloud/kubeblocks/
3232
3333annotations :
34- addon.kubeblocks.io/kubeblocks-version : " >=0.7.0 "
34+ addon.kubeblocks.io/kubeblocks-version : " >1.0.2 "
3535 addon.kubeblocks.io/model : " RDBMS"
36- addon.kubeblocks.io/provider : " community"
36+ addon.kubeblocks.io/provider : " community"
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ roles:
242242 - name: primary
243243 updatePriority: 2
244244 participatesInQuorum: false
245+ isExclusive: true
245246 - name: secondary
246247 updatePriority: 1
247248 participatesInQuorum: false
@@ -323,4 +324,4 @@ Generate reloader scripts configmap
323324{{ $path | base }}: |-
324325{{- $.Files.Get $path | nindent 2 }}
325326{{- end }}
326- {{- end }}
327+ {{- end }}
Original file line number Diff line number Diff line change 7171 - name: primary
7272 updatePriority: 2
7373 participatesInQuorum: false
74+ isExclusive: true
7475 - name: secondary
7576 updatePriority: 1
7677 participatesInQuorum: false
You can’t perform that action at this time.
0 commit comments