Skip to content

Commit 4ad9050

Browse files
Merge pull request #30078 from wangke19/add-kas-test-ext
CNTRLPLANE-1248: Enable OTE for cluster-kube-apiserver Operator
2 parents 8854246 + cfc8a6a commit 4ad9050

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/test/extensions/binary.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ var extensionBinaries = []TestBinary{
189189
imageTag: "cluster-storage-operator",
190190
binaryPath: "/usr/bin/cluster-storage-operator-tests-ext.gz",
191191
},
192+
{
193+
imageTag: "cluster-kube-apiserver-operator",
194+
binaryPath: "/usr/bin/cluster-kube-apiserver-operator-tests-ext.gz",
195+
},
192196
}
193197

194198
// Info returns information about this particular extension.

0 commit comments

Comments
 (0)