This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 590b23c15b2023dfc65f5500077e22d7981c7ffc
Author: nicolaferraro <ni.ferr...@gmail.com>
AuthorDate: Mon Jan 10 22:52:43 2022 +0100

    Fix #1107: fix expected roles in tests
---
 e2e/common/kustomize/common.go | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/e2e/common/kustomize/common.go b/e2e/common/kustomize/common.go
index c5c483e..adbb2ff 100644
--- a/e2e/common/kustomize/common.go
+++ b/e2e/common/kustomize/common.go
@@ -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

Reply via email to