mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-23 14:39:40 -05:00
remove csi and only add conditionally (#2138)
This commit is contained in:
parent
c8bc3ea5ee
commit
7776a890d4
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user