Skip to content

Commit

Permalink
fix: Rename unused context parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1404 committed Feb 4, 2025
1 parent 599625b commit 3b4fd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controlplane/valuesprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func (vp *valuesProvider) GetConfigChartValues(

// GetControlPlaneChartValues returns the values for the control plane chart applied by the generic actuator.
func (vp *valuesProvider) GetControlPlaneChartValues(
ctx context.Context,
_ context.Context,
cp *extensionsv1alpha1.ControlPlane,
cluster *extensionscontroller.Cluster,
secretsReader secretsmanager.Reader,
Expand Down

0 comments on commit 3b4fd56

Please sign in to comment.