Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed May 23, 2023
1 parent 28ea88d commit 94c9ba0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/cloud-provider-azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ import (
"sigs.k8s.io/cluster-api/test/framework/clusterctl"
)

const (
azureDiskCSIDriverHelmRepoURL = "https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/charts"
azureDiskCSIDriverChartName = "azuredisk-csi-driver"
azureDiskCSIDriverHelmReleaseName = "azuredisk-csi-driver-oot"
)

// EnsureAzureDiskCSIDriverHelmChart installs the official azure-disk CSI driver helm chart
func EnsureAzureDiskCSIDriverHelmChart(ctx context.Context, input clusterctl.ApplyClusterTemplateAndWaitInput, hasWindows bool) {
specName := "azuredisk-csi-drivers-install"
Expand Down

0 comments on commit 94c9ba0

Please sign in to comment.