Skip to content

Commit

Permalink
fix: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
r1jt committed Oct 22, 2024
1 parent 3a71d9d commit 9d29a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/e2e_config/e2e_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +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 []string `yaml:"disableLocalEngines"`
DisableEngines []string `yaml:"disableEngines"`
PrometheusNodeExporterServicePort int `yaml:"prometheusNodeExporterServicePort" env-default:"10100"`
ZfsEnginePluginContainerName string `yaml:"zfsEnginePluginContainerName"`
ZfsEnginePluginDriverName string `yaml:"zfsEnginePluginDriverName"`
Expand Down
2 changes: 1 addition & 1 deletion configurations/product/mayastor_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ product:
lvmEnginePluginDriverName: "local.csi.openebs.io"
umbrellaOpenebsHelmChartName: "mayastor/openebs"
useUmbrellaOpenEBSChart: false
disableLocalEngines:
disableEngines:
- "lvm"
- "zfs"
zfsEnginePluginContainerName: "openebs-zfs-plugin"
Expand Down

0 comments on commit 9d29a53

Please sign in to comment.