Skip to content

Commit

Permalink
Merge pull request #449 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…46-to-release-4.14

[release-4.14] OCPBUGS-28988: Allow vSphere CSI driver to be disabled
  • Loading branch information
openshift-merge-bot[bot] committed Feb 6, 2024
2 parents d212f20 + 9a8d309 commit 34e3448
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,6 +41,6 @@ func GetVMwareVSphereCSIOperatorConfig() CSIOperatorConfig {
CRAsset: "csidriveroperators/vsphere/09_cr.yaml",
DeploymentAsset: "csidriveroperators/vsphere/08_deployment.yaml",
ImageReplacer: strings.NewReplacer(pairs...),
AllowDisabled: false,
AllowDisabled: true,
}
}

0 comments on commit 34e3448

Please sign in to comment.