Skip to content

Commit b725318

Browse files
squakezgansheer
authored andcommitted
fix(rbac): watch lease
Closes #6486
1 parent 8765392 commit b725318

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

helm/camel-k/templates/rbacs-descoped.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ rules:
318318
- list
319319
- patch
320320
- update
321+
- watch
321322
---
322323
apiVersion: rbac.authorization.k8s.io/v1
323324
kind: ClusterRole

helm/camel-k/templates/rbacs-namespaced.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ rules:
313313
- list
314314
- patch
315315
- update
316+
- watch
316317
---
317318
apiVersion: rbac.authorization.k8s.io/v1
318319
kind: Role

pkg/resources/config/rbac/descoped/operator-cluster-role-leases.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ rules:
3333
- list
3434
- patch
3535
- update
36+
- watch

pkg/resources/config/rbac/namespaced/operator-role-leases.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ rules:
3333
- list
3434
- patch
3535
- update
36+
- watch

0 commit comments

Comments
 (0)