Skip to content

Commit 55e316b

Browse files
committed
make manifests
1 parent f0c9476 commit 55e316b

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
integration-tests:
3434
needs: ["build"]
3535
name: Integration tests
36-
timeout-minutes: 60
36+
timeout-minutes: 15
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v2

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
integration-tests:
3434
needs: ["build"]
3535
name: Integration tests
36-
timeout-minutes: 60
36+
timeout-minutes: 15
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v2

config/rbac/role.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ rules:
7070
- list
7171
- update
7272
- watch
73+
- apiGroups:
74+
- policy
75+
resources:
76+
- poddisruptionbudgets
77+
verbs:
78+
- create
79+
- get
80+
- list
81+
- update
82+
- watch
7383
- apiGroups:
7484
- rbac.authorization.k8s.io
7585
resources:

0 commit comments

Comments
 (0)