Skip to content

Commit

Permalink
fix(e2e): Account for addressable-resolver ClusterRole
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Jan 31, 2022
1 parent 4bec325 commit d1ce2cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/common/kustomize/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build integration
// +build integration

// To enable compilation of this file in Goland, go to "Settings -> Go -> Vendoring & Build Tags -> Custom Tags" and add "integration"
Expand Down Expand Up @@ -46,7 +47,8 @@ const (

// camel-k-edit
// camel-k-operator-custom-resource-definitions
ExpKubeClusterRoles = 2
// camel-k-operator-bind-addressable-resolver
ExpKubeClusterRoles = 3

// camel-k-operator-openshift
ExpOSPromoteRoles = 1
Expand Down Expand Up @@ -75,8 +77,6 @@ func ExecMake(t *testing.T, command *exec.Cmd) {
}

func Uninstall() {
//
// Removes all items including CRDs and ClusterRoles
//
Kamel("uninstall", "--olm=false", "--all").Execute()
}

0 comments on commit d1ce2cb

Please sign in to comment.