Skip to content

Commit 18cf445

Browse files
authored
Merge pull request #372 from anfredette/add-patch-verb
Add "patch" to verbs for namespace-scoped CRDs in namespace_scoped.yaml
2 parents 69e2423 + 7a20a1d commit 18cf445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/namespace_scoped.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ rules:
4242
- watch
4343
- apiGroups:
4444
- bpfman.io
45-
# resources: ['xdpnsprograms']
4645
resources: ['bpfnsapplications', 'tcnsprograms', 'tcxnsprograms', 'uprobensprograms', 'xdpnsprograms']
4746
verbs:
4847
- create
@@ -51,6 +50,7 @@ rules:
5150
- list
5251
- update
5352
- watch
53+
- patch
5454
---
5555
apiVersion: rbac.authorization.k8s.io/v1
5656
kind: RoleBinding

0 commit comments

Comments
 (0)