controllers: fix useHostNetworkForCsiControllersKey parsing from CM#482
controllers: fix useHostNetworkForCsiControllersKey parsing from CM#482rohan47 wants to merge 1 commit intored-hat-storage:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rohan47 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
by default the controller plugin will use hostNetwork https://github.com/red-hat-storage/ocs-client-operator/blob/main/pkg/templates/csi.go#L191 |
csi controller plugin host network was getting set to false if the useHostNetworkForCsiControllersKey was not present, changed it to apply the correct value only if the key is present Signed-off-by: Rohan Gupta <rohgupta@redhat.com>
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
csi controller plugin host network was getting set to false if the useHostNetworkForCsiControllersKey was not present, changed it to apply the correct value only if the key is present