We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c9476 commit 55e316bCopy full SHA for 55e316b
3 files changed
.github/workflows/master.yml
@@ -33,7 +33,7 @@ jobs:
33
integration-tests:
34
needs: ["build"]
35
name: Integration tests
36
- timeout-minutes: 60
+ timeout-minutes: 15
37
runs-on: ubuntu-latest
38
steps:
39
- uses: actions/checkout@v2
.github/workflows/pr.yml
config/rbac/role.yaml
@@ -70,6 +70,16 @@ rules:
70
- list
71
- update
72
- watch
73
+- apiGroups:
74
+ - policy
75
+ resources:
76
+ - poddisruptionbudgets
77
+ verbs:
78
+ - create
79
+ - get
80
+ - list
81
+ - update
82
+ - watch
83
- apiGroups:
84
- rbac.authorization.k8s.io
85
resources:
0 commit comments