Skip to content

Commit

Permalink
Fix apache#1107: fix expected roles in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jan 10, 2022
1 parent 9dd7bf6 commit c6d5111
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions e2e/common/kustomize/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ const (

// camel-k-operator, camel-k-operator-events,
// camel-k-operator-knative, camel-k-operator-leases,
// camel-k-operator-podmonitors, camel-k-operator-strimzi
ExpKubePromoteRoles = 6
// camel-k-operator-podmonitors, camel-k-operator-strimzi,
// camel-k-operator-keda
ExpKubePromoteRoles = 7

// camel-k-edit
// camel-k-operator-custom-resource-definitions
Expand Down

0 comments on commit c6d5111

Please sign in to comment.