Skip to content

Commit

Permalink
fix upgrade: load aws lb values
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead committed Jul 22, 2023
1 parent 47dc213 commit ab50c51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/internal/helm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ func (c *Client) loadUpgradeValues(ctx context.Context, conf *config.Config, idF
case csiInfo.chartName:
releaseName = csiInfo.releaseName
values = loader.loadCSIValues()
case awsLBControllerInfo.chartName:
releaseName = awsLBControllerInfo.releaseName
values = loader.loadAWSLBControllerValues()
default:
return "", nil, fmt.Errorf("unknown chart name: %s", chart.Metadata.Name)
}
Expand Down

0 comments on commit ab50c51

Please sign in to comment.