Skip to content

Commit 4b5ece3

Browse files
authored
Merge pull request #104 from openebs/ha-etcd
add option to install etcd in ha mode
2 parents f7d5e9d + eff5b48 commit 4b5ece3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/e2e_config/e2e_config.go

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ type E2EConfig struct {
204204
ImageTag string `yaml:"imageTag" env:"e2e_image_tag"`
205205
ImagePullPolicy string `yaml:"imagePullPolicy" env-default:"IfNotPresent" env:"e2e_image_pull_policy"`
206206
InstallLoki bool `yaml:"installLoki" env-default:"true" env:"install_loki"`
207+
InstallHaModeEtcd bool `yaml:"installHaModeEtcd" env-default:"false" env:"e2e_etcd_ha_mode"`
207208
LokiStatefulsetOnControlNode bool `yaml:"lokiOnControlNode" env-default:"true" env:"loki_on_control_node"`
208209
E2eFioImage string `yaml:"e2eFioImage" env-default:"openebs/e2e-fio:v3.38-e2e-0" env:"e2e_fio_image"`
209210
SetSafeMountAlways bool `yaml:"setSafeMountAlways" env-default:"false" env:"safe_mount_always"`

0 commit comments

Comments
 (0)