Skip to content

Commit

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

[release-4.15] OCPBUGS-28817: Allow vSphere CSI driver to be disabled
  • Loading branch information
openshift-merge-bot[bot] committed Feb 5, 2024
2 parents 2a80235 + 6ff52b5 commit 279df4f
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 279df4f

Please sign in to comment.