Skip to content

Commit

Permalink
fix: declare disableLocalEngines
Browse files Browse the repository at this point in the history
Signed-off-by: Ranjith M P <[email protected]>
  • Loading branch information
r1jt authored Oct 15, 2024
1 parent 5423d25 commit b2a345b
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 @@ -138,6 +138,7 @@ type ProductSpec struct {
LvmEnginePluginDriverName string `yaml:"lvmEnginePluginDriverName"`
UmbrellaOpenebsHelmChartName string `yaml:"umbrellaOpenebsHelmChartName"`
UseUmbrellaOpenEBSChart bool `yaml:"useUmbrellaOpenEBSChart" env:"e2e_use_umbrella_openebs_chart" env-default:"false"`
DisableLocalEngines bool `yaml:"disableLocalEngines:" env:"e2e_disable_local_engines:" env-default:"true"`
PrometheusNodeExporterServicePort int `yaml:"prometheusNodeExporterServicePort" env-default:"10100"`
ZfsEnginePluginContainerName string `yaml:"zfsEnginePluginContainerName"`
ZfsEnginePluginDriverName string `yaml:"zfsEnginePluginDriverName"`
Expand Down

0 comments on commit b2a345b

Please sign in to comment.