Skip to content

Commit d85fbc3

Browse files
committed
Add AKS as an option
1 parent 5e3896d commit d85fbc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-e2e-tests-on-operator.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
operator_type:
7-
description: The operator type [public, gcp, azure, aws, eks]
7+
description: The operator type [public, gcp, azure, aws, eks, aks]
88
required: true
99
type: choice
1010
options:
@@ -13,6 +13,7 @@ on:
1313
- azure
1414
- aws
1515
- eks
16+
- aks
1617
identity_scope:
1718
description: The identity scope [UID2, EUID]
1819
required: true

0 commit comments

Comments
 (0)