File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 2626 args :
2727 - --orchestrator-uri=http://{{ template "mysql-operator.orchestrator.fullname" . }}.{{ .Release.Namespace }}/api
2828 - --orchestrator-secret={{ template "mysql-operator.orchestrator.fullname" . }}
29- {{- if .Values.helperImage - }}
29+ {{- if .Values.helperImage }}
3030 - --helper-image={{ .Values.helperImage }}
3131 {{- end -}}
3232 {{- range $arg := .Values.extraArgs }}
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ installCRDs: true
2828
2929orchestrator :
3030 orchestratorConf :
31- RaftAdvertise : " {{ .Env.HOSTNAME }}.mysql-operator-orchestrator-headless"
32-
3331 # the operator is handling the registries, do not auto discover
3432 DiscoverByShowSlaveHosts : false
3533 # forget missing instances automatically
Original file line number Diff line number Diff line change 1+ orchestrator :
2+ antiAffinity : soft
3+ replicas : 1
Original file line number Diff line number Diff line change @@ -3,17 +3,18 @@ kind: Config
33build :
44 tagPolicy : sha256
55 artifacts :
6- - imageName : mysql-helper
6+ - imageName : quay.io/presslabs/ mysql-helper
77 workspace : hack/docker/mysql-helper
8- - imageName : mysql-operator
8+ - imageName : quay.io/presslabs/ mysql-operator
99 workspace : hack/docker/mysql-operator
1010 local :
1111 skipPush : true
1212deploy :
1313 helm :
1414 releases :
1515 - name : test
16- chartPath : hack/charts/controller
16+ chartPath : hack/charts/mysql-operator
17+ valuesFilePath : hack/e2e-tests/mysql-operator-values.yaml
1718 values :
18- image : mysql-operator
19- conf.helper-image : mysql-helper
19+ image : quay.io/presslabs/ mysql-operator
20+ helperImage : quay.io/presslabs/ mysql-helper
You can’t perform that action at this time.
0 commit comments