We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d065afe + d690e1c commit b578433Copy full SHA for b578433
pkg/test/extensions/binary.go
@@ -317,6 +317,10 @@ var extensionBinaries = []TestBinary{
317
imageTag: "cluster-authentication-operator",
318
binaryPath: "/usr/bin/cluster-authentication-operator-tests-ext.gz",
319
},
320
+ {
321
+ imageTag: "cluster-cloud-controller-manager-operator",
322
+ binaryPath: "/usr/bin/cloud-controller-manager-aws-tests-ext.gz",
323
+ },
324
{
325
imageTag: "cloud-credential-operator",
326
binaryPath: "/usr/bin/cloud-credential-tests-ext.gz",
0 commit comments