Skip to content

Commit

Permalink
fix: wrong api group in webhook rbac settings
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Sep 26, 2023
1 parent 4150eb2 commit 9875312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rules:
- patch
- watch
- apiGroups:
- numaproj.io
- numaflow.numaproj.io
verbs:
- get
- list
Expand All @@ -57,4 +57,4 @@ rules:
- clusterroles
verbs:
- get
- list
- list
2 changes: 1 addition & 1 deletion config/validating-webhook-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rules:
- patch
- watch
- apiGroups:
- numaproj.io
- numaflow.numaproj.io
resources:
- interstepbufferservices
- pipelines
Expand Down

0 comments on commit 9875312

Please sign in to comment.