Skip to content

Commit a9222e8

Browse files
committed
init
1 parent 595f000 commit a9222e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

addons/mysql/templates/_helpers.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

addons/mysql/templates/_orc.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ roles:
7171
- name: primary
7272
updatePriority: 2
7373
participatesInQuorum: false
74+
isExclusive: true
7475
- name: secondary
7576
updatePriority: 1
7677
participatesInQuorum: false

0 commit comments

Comments
 (0)