Skip to content

Commit

Permalink
Merge pull request #104 from openebs/ha-etcd
Browse files Browse the repository at this point in the history
add option to install etcd in ha mode
  • Loading branch information
rohan2794 authored Dec 5, 2024
2 parents f7d5e9d + eff5b48 commit 4b5ece3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/e2e_config/e2e_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ type E2EConfig struct {
ImageTag string `yaml:"imageTag" env:"e2e_image_tag"`
ImagePullPolicy string `yaml:"imagePullPolicy" env-default:"IfNotPresent" env:"e2e_image_pull_policy"`
InstallLoki bool `yaml:"installLoki" env-default:"true" env:"install_loki"`
InstallHaModeEtcd bool `yaml:"installHaModeEtcd" env-default:"false" env:"e2e_etcd_ha_mode"`
LokiStatefulsetOnControlNode bool `yaml:"lokiOnControlNode" env-default:"true" env:"loki_on_control_node"`
E2eFioImage string `yaml:"e2eFioImage" env-default:"openebs/e2e-fio:v3.38-e2e-0" env:"e2e_fio_image"`
SetSafeMountAlways bool `yaml:"setSafeMountAlways" env-default:"false" env:"safe_mount_always"`
Expand Down

0 comments on commit 4b5ece3

Please sign in to comment.