Skip to content

Commit

Permalink
remove csi and only add conditionally (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead authored Jul 26, 2023
1 parent c8bc3ea commit 7776a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/helm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (c *Client) Upgrade(ctx context.Context, config *config.Config, idFile clus
}

func getManagedCharts(config *config.Config) []chartInfo {
charts := []chartInfo{ciliumInfo, certManagerInfo, constellationOperatorsInfo, constellationServicesInfo, csiInfo}
charts := []chartInfo{ciliumInfo, certManagerInfo, constellationOperatorsInfo, constellationServicesInfo}
if config.GetProvider() == cloudprovider.AWS {
charts = append(charts, awsLBControllerInfo)
}
Expand Down

0 comments on commit 7776a89

Please sign in to comment.