Skip to content

Commit

Permalink
Update powermax.go
Browse files Browse the repository at this point in the history
Specified smalls instead of S in YamlString
  • Loading branch information
tssushma committed Aug 10, 2023
1 parent a3ceb75 commit 34188d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/powermax.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func ModifyPowermaxCR(yamlString string, cr csmv1.ContainerStorageModule, fileTy
yamlString = strings.ReplaceAll(yamlString, CSIPmaxVsphereHostname, vsphereHostname)
yamlString = strings.ReplaceAll(yamlString, CSIPmaxVsphereHost, vsphereHost)
yamlString = strings.ReplaceAll(yamlString, CSIPmaxChap, nodeChap)
yamlstring = strings.ReplaceAll(yamlString, CsiPmaxMaxVolumesPerNode, maxVolumesPerNode)
yamlString = strings.ReplaceAll(yamlString, CsiPmaxMaxVolumesPerNode, maxVolumesPerNode)
case "Controller":
for _, env := range cr.Spec.Driver.Common.Envs {
if env.Name == "X_CSI_MANAGED_ARRAYS" {
Expand Down

0 comments on commit 34188d6

Please sign in to comment.