chart: Add rbac.allowGrantingKubernetesContainerModePermissions

This commit is contained in:
Yusuke Kuoka
2022-07-10 02:56:45 +00:00
parent 11cb9b7882
commit 7e4b6ebd6d
6 changed files with 134 additions and 1 deletions

View File

@@ -105,6 +105,10 @@ func TestE2E(t *testing.T) {
}
t.Run("RunnerSets", func(t *testing.T) {
if os.Getenv("ARC_E2E_SKIP_RUNNERSETS") != "" {
t.Skip("RunnerSets test has been skipped due to ARC_E2E_SKIP_RUNNERSETS")
}
var (
testID string
)