Skip to content

Commit

Permalink
Clean up istiod-gateway-controller-istio-system ClusterRole & Binding…
Browse files Browse the repository at this point in the history
… in primary-remote test (istio-ecosystem#470)

Signed-off-by: Marko Lukša <[email protected]>
  • Loading branch information
luksa authored Nov 6, 2024
1 parent 0fa4f24 commit 9aca5c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/multicluster/multicluster_primaryremote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ spec:
// Delete the resources created by istioctl create-remote-secret
Expect(k2.Delete("ClusterRoleBinding", "istiod-clusterrole-istio-system")).To(Succeed())
Expect(k2.Delete("ClusterRole", "istiod-clusterrole-istio-system")).To(Succeed())
Expect(k2.Delete("ClusterRoleBinding", "istiod-gateway-controller-istio-system")).To(Succeed())
Expect(k2.Delete("ClusterRole", "istiod-gateway-controller-istio-system")).To(Succeed())
})
})
}
Expand Down

0 comments on commit 9aca5c0

Please sign in to comment.