Skip to content

Commit

Permalink
correcting after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
svijaykumar-px committed May 27, 2024
1 parent 71254d9 commit 8233eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/storage/portworx/component/disruption_budget.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (c *disruptionBudget) Reconcile(cluster *corev1.StorageCluster) error {

// Get list of portworx storage nodes
nodeClient := api.NewOpenStorageNodeClient(c.sdkConn)
ctx, err := pxutil.SetupContextWithToken(context.Background(), cluster, c.k8sClient)
ctx, err := pxutil.SetupContextWithToken(context.Background(), cluster, c.k8sClient, false)
if err != nil {
return err
}
Expand Down

0 comments on commit 8233eb5

Please sign in to comment.