Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
make CI happy: change wc's awsebscsiconfig'a name to cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwubj committed Sep 25, 2022
1 parent 2d3951a commit 7d8e193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkg/test/tkgctl/shared/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func verifyClusterBootstrap(ctx context.Context, c client.Client, clusterBootstr
// custom CB needs to have package names the same as the cluster name, so this will not match the expected providerRef name
// any package specified in the custom CB manifest will have to be special-cased
// so, handling this currently for antrea for the custom CB test case
if !isManagementCluster && isCustomCB && strings.Contains(pkg.RefName, "antrea") {
if !isManagementCluster && isCustomCB && (strings.Contains(pkg.RefName, "antrea") || strings.Contains(pkg.RefName, "aws-ebs-csi-driver")) {
pkg.ValuesFrom.ProviderRef.Name = clusterBootstrap.Name
}
}
Expand Down

0 comments on commit 7d8e193

Please # to comment.